Interface EventLeaderboardRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EventLeaderboardRequest,EventLeaderboardRequest.Builder
public interface EventLeaderboardRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()leaderboard idcom.google.protobuf.ByteStringgetIdBytes()leaderboard idjava.lang.StringgetOrganizationId()string organization_id = 2 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];PaginationgetPagination().streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"];SortgetSort().streamlayer.interactive.Sort sort = 4 [json_name = "sort"];booleanhasPagination().streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"];booleanhasSort().streamlayer.interactive.Sort sort = 4 [json_name = "sort"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
leaderboard id
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
leaderboard id
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasPagination
boolean hasPagination()
.streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"];- Returns:
- Whether the pagination field is set.
-
getPagination
Pagination getPagination()
.streamlayer.interactive.Pagination pagination = 3 [json_name = "pagination"];- Returns:
- The pagination.
-
hasSort
boolean hasSort()
.streamlayer.interactive.Sort sort = 4 [json_name = "sort"];- Returns:
- Whether the sort field is set.
-
getSort
Sort getSort()
.streamlayer.interactive.Sort sort = 4 [json_name = "sort"];- Returns:
- The sort.
-
-