Package com.streamlayer.users
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.StringgetLastCreatedAt()optional string last_created_at = 1 [json_name = "lastCreatedAt"];com.google.protobuf.ByteStringgetLastCreatedAtBytes()optional string last_created_at = 1 [json_name = "lastCreatedAt"];intgetLimit()optional int32 limit = 2 [json_name = "limit"];booleanhasLastCreatedAt()optional string last_created_at = 1 [json_name = "lastCreatedAt"];booleanhasLimit()optional int32 limit = 2 [json_name = "limit"];
-
-
-
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.
-
-