Class GetFriendsRequest.Builder

    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GetFriendsRequest.Builder clearLastCreatedAt()
      optional string last_created_at = 1 [json_name = "lastCreatedAt"];
      GetFriendsRequest.Builder clearLimit()
      optional int32 limit = 2 [json_name = "limit"];
      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"];
      GetFriendsRequest.Builder setLastCreatedAt​(java.lang.String value)
      optional string last_created_at = 1 [json_name = "lastCreatedAt"];
      GetFriendsRequest.Builder setLastCreatedAtBytes​(com.google.protobuf.ByteString value)
      optional string last_created_at = 1 [json_name = "lastCreatedAt"];
      GetFriendsRequest.Builder setLimit​(int value)
      optional int32 limit = 2 [json_name = "limit"];
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasLastCreatedAt

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

        public java.lang.String getLastCreatedAt()
        optional string last_created_at = 1 [json_name = "lastCreatedAt"];
        Specified by:
        getLastCreatedAt in interface GetFriendsRequestOrBuilder
        Returns:
        The lastCreatedAt.
      • getLastCreatedAtBytes

        public com.google.protobuf.ByteString getLastCreatedAtBytes()
        optional string last_created_at = 1 [json_name = "lastCreatedAt"];
        Specified by:
        getLastCreatedAtBytes in interface GetFriendsRequestOrBuilder
        Returns:
        The bytes for lastCreatedAt.
      • setLastCreatedAt

        public GetFriendsRequest.Builder setLastCreatedAt​(java.lang.String value)
        optional string last_created_at = 1 [json_name = "lastCreatedAt"];
        Parameters:
        value - The lastCreatedAt to set.
        Returns:
        This builder for chaining.
      • clearLastCreatedAt

        public GetFriendsRequest.Builder clearLastCreatedAt()
        optional string last_created_at = 1 [json_name = "lastCreatedAt"];
        Returns:
        This builder for chaining.
      • setLastCreatedAtBytes

        public GetFriendsRequest.Builder setLastCreatedAtBytes​(com.google.protobuf.ByteString value)
        optional string last_created_at = 1 [json_name = "lastCreatedAt"];
        Parameters:
        value - The bytes for lastCreatedAt to set.
        Returns:
        This builder for chaining.
      • hasLimit

        public boolean hasLimit()
        optional int32 limit = 2 [json_name = "limit"];
        Specified by:
        hasLimit in interface GetFriendsRequestOrBuilder
        Returns:
        Whether the limit field is set.
      • setLimit

        public GetFriendsRequest.Builder setLimit​(int value)
        optional int32 limit = 2 [json_name = "limit"];
        Parameters:
        value - The limit to set.
        Returns:
        This builder for chaining.
      • clearLimit

        public GetFriendsRequest.Builder clearLimit()
        optional int32 limit = 2 [json_name = "limit"];
        Returns:
        This builder for chaining.