Interface GetFriendsRequestOrBuilder

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

    public interface GetFriendsRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLastCreatedAt()
      optional string last_created_at = 1 [json_name = "lastCreatedAt"];
      com.google.protobuf.ByteString getLastCreatedAtBytes()
      optional string last_created_at = 1 [json_name = "lastCreatedAt"];
      int getLimit()
      optional int32 limit = 2 [json_name = "limit"];
      boolean hasLastCreatedAt()
      optional string last_created_at = 1 [json_name = "lastCreatedAt"];
      boolean hasLimit()
      optional int32 limit = 2 [json_name = "limit"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasLastCreatedAt

        boolean hasLastCreatedAt()
        optional string last_created_at = 1 [json_name = "lastCreatedAt"];
        Returns:
        Whether the lastCreatedAt field is set.
      • getLastCreatedAt

        java.lang.String getLastCreatedAt()
        optional string last_created_at = 1 [json_name = "lastCreatedAt"];
        Returns:
        The lastCreatedAt.
      • getLastCreatedAtBytes

        com.google.protobuf.ByteString getLastCreatedAtBytes()
        optional string last_created_at = 1 [json_name = "lastCreatedAt"];
        Returns:
        The bytes for lastCreatedAt.
      • hasLimit

        boolean hasLimit()
        optional int32 limit = 2 [json_name = "limit"];
        Returns:
        Whether the limit field is set.
      • getLimit

        int getLimit()
        optional int32 limit = 2 [json_name = "limit"];
        Returns:
        The limit.