Package 

Class LivekitModels.Pagination.Builder

    • Method Summary

      Modifier and Type Method Description
      String getAfterId()
      list entities which IDs are greater
      
      string after_id = 1;
      ByteString getAfterIdBytes()
      list entities which IDs are greater
      
      string after_id = 1;
      LivekitModels.Pagination.Builder setAfterId(String value)
      list entities which IDs are greater
      
      string after_id = 1;
      LivekitModels.Pagination.Builder clearAfterId()
      list entities which IDs are greater
      
      string after_id = 1;
      LivekitModels.Pagination.Builder setAfterIdBytes(ByteString value)
      list entities which IDs are greater
      
      string after_id = 1;
      int getLimit() int32 limit = 2;
      LivekitModels.Pagination.Builder setLimit(int value) int32 limit = 2;
      LivekitModels.Pagination.Builder clearLimit() int32 limit = 2;
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        mergeDelimitedFrom
      • Methods inherited from class com.google.protobuf.MessageLite.Builder

        build, buildPartial, clear, clone, mergeFrom
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait