Interface ListFriendsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    An optional next page cursor.
    com.google.protobuf.ByteString
    An optional next page cursor.
    Max number of records to return.
    Max number of records to return.
    The friend state to list.
    The friend state to list.
    boolean
    Max number of records to return.
    boolean
    The friend state to list.

    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 Details

    • hasLimit

      boolean hasLimit()
       Max number of records to return. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
      Returns:
      Whether the limit field is set.
    • getLimit

      Int32Value getLimit()
       Max number of records to return. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
      Returns:
      The limit.
    • getLimitOrBuilder

      Int32ValueOrBuilder getLimitOrBuilder()
       Max number of records to return. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
    • hasState

      boolean hasState()
       The friend state to list.
       
      .google.protobuf.Int32Value state = 2;
      Returns:
      Whether the state field is set.
    • getState

      Int32Value getState()
       The friend state to list.
       
      .google.protobuf.Int32Value state = 2;
      Returns:
      The state.
    • getStateOrBuilder

      Int32ValueOrBuilder getStateOrBuilder()
       The friend state to list.
       
      .google.protobuf.Int32Value state = 2;
    • getCursor

      String getCursor()
       An optional next page cursor.
       
      string cursor = 3;
      Returns:
      The cursor.
    • getCursorBytes

      com.google.protobuf.ByteString getCursorBytes()
       An optional next page cursor.
       
      string cursor = 3;
      Returns:
      The bytes for cursor.