Interface PagingInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PagingInfo, PagingInfo.Builder

    public interface PagingInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCursor()
      string cursor = 2 [json_name = "cursor"];
      com.google.protobuf.ByteString getCursorBytes()
      string cursor = 2 [json_name = "cursor"];
      String getPagingId()
      string paging_id = 1 [json_name = "pagingId"];
      com.google.protobuf.ByteString getPagingIdBytes()
      string paging_id = 1 [json_name = "pagingId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPagingId

        String getPagingId()
        string paging_id = 1 [json_name = "pagingId"];
        Returns:
        The pagingId.
      • getPagingIdBytes

        com.google.protobuf.ByteString getPagingIdBytes()
        string paging_id = 1 [json_name = "pagingId"];
        Returns:
        The bytes for pagingId.
      • getCursor

        String getCursor()
        string cursor = 2 [json_name = "cursor"];
        Returns:
        The cursor.
      • getCursorBytes

        com.google.protobuf.ByteString getCursorBytes()
        string cursor = 2 [json_name = "cursor"];
        Returns:
        The bytes for cursor.