Package 

Interface LivekitModels.PaginationOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getAfterId()
      list entities which IDs are greater
      
      string after_id = 1;
      abstract ByteString getAfterIdBytes()
      list entities which IDs are greater
      
      string after_id = 1;
      abstract int getLimit() int32 limit = 2;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAfterId

         abstract String getAfterId()
        list entities which IDs are greater
        
        string after_id = 1;
      • getAfterIdBytes

         abstract ByteString getAfterIdBytes()
        list entities which IDs are greater
        
        string after_id = 1;
      • getLimit

         abstract int getLimit()

        int32 limit = 2;