Interface PagingOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCursor()
      string cursor = 3 [json_name = "cursor"];
      com.google.protobuf.ByteString getCursorBytes()
      string cursor = 3 [json_name = "cursor"];
      int getOffset()
      int32 offset = 4 [json_name = "offset"];
      String getPagingId()
      string paging_id = 1 [json_name = "pagingId"];
      com.google.protobuf.ByteString getPagingIdBytes()
      string paging_id = 1 [json_name = "pagingId"];
      int getSize()
      int32 size = 2 [json_name = "size"];
      Paging.StartingCase getStartingCase()  
      boolean hasCursor()
      string cursor = 3 [json_name = "cursor"];
      boolean hasOffset()
      int32 offset = 4 [json_name = "offset"];
      • 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.
      • getSize

        int getSize()
        int32 size = 2 [json_name = "size"];
        Returns:
        The size.
      • hasCursor

        boolean hasCursor()
        string cursor = 3 [json_name = "cursor"];
        Returns:
        Whether the cursor field is set.
      • getCursor

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

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

        boolean hasOffset()
        int32 offset = 4 [json_name = "offset"];
        Returns:
        Whether the offset field is set.
      • getOffset

        int getOffset()
        int32 offset = 4 [json_name = "offset"];
        Returns:
        The offset.