Package com.streamlayer.sports.events
Interface ListRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListRequest,ListRequest.Builder
public interface ListRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRequest.FiltergetFilter().streamlayer.sports.events.ListRequest.Filter filter = 1 [json_name = "filter"];longgetIds(int index)repeated uint64 ids = 4 [json_name = "ids"];intgetIdsCount()repeated uint64 ids = 4 [json_name = "ids"];java.util.List<java.lang.Long>getIdsList()repeated uint64 ids = 4 [json_name = "ids"];java.lang.StringgetOrganizationId()string organization_id = 5 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 5 [json_name = "organizationId"];PaginationgetPagination().streamlayer.sports.Pagination pagination = 2 [json_name = "pagination"];SortgetSort().streamlayer.sports.Sort sort = 3 [json_name = "sort"];booleanhasFilter().streamlayer.sports.events.ListRequest.Filter filter = 1 [json_name = "filter"];booleanhasPagination().streamlayer.sports.Pagination pagination = 2 [json_name = "pagination"];booleanhasSort().streamlayer.sports.Sort sort = 3 [json_name = "sort"];
-
-
-
Method Detail
-
hasFilter
boolean hasFilter()
.streamlayer.sports.events.ListRequest.Filter filter = 1 [json_name = "filter"];- Returns:
- Whether the filter field is set.
-
getFilter
ListRequest.Filter getFilter()
.streamlayer.sports.events.ListRequest.Filter filter = 1 [json_name = "filter"];- Returns:
- The filter.
-
hasPagination
boolean hasPagination()
.streamlayer.sports.Pagination pagination = 2 [json_name = "pagination"];- Returns:
- Whether the pagination field is set.
-
getPagination
Pagination getPagination()
.streamlayer.sports.Pagination pagination = 2 [json_name = "pagination"];- Returns:
- The pagination.
-
hasSort
boolean hasSort()
.streamlayer.sports.Sort sort = 3 [json_name = "sort"];- Returns:
- Whether the sort field is set.
-
getSort
Sort getSort()
.streamlayer.sports.Sort sort = 3 [json_name = "sort"];- Returns:
- The sort.
-
getIdsList
java.util.List<java.lang.Long> getIdsList()
repeated uint64 ids = 4 [json_name = "ids"];- Returns:
- A list containing the ids.
-
getIdsCount
int getIdsCount()
repeated uint64 ids = 4 [json_name = "ids"];- Returns:
- The count of ids.
-
getIds
long getIds(int index)
repeated uint64 ids = 4 [json_name = "ids"];- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 5 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 5 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
-