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 java.lang.StringgetCursor()string cursor = 5 [json_name = "cursor"];com.google.protobuf.ByteStringgetCursorBytes()string cursor = 5 [json_name = "cursor"];ListRequest.ListRequestFiltergetFilter().streamlayer.interactive.library.ListRequest.ListRequestFilter filter = 1 [json_name = "filter"];java.lang.StringgetOrganizationId()string organization_id = 4 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 4 [json_name = "organizationId"];PaginationgetPagination().streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];SortgetSort().streamlayer.interactive.Sort sort = 3 [json_name = "sort"];booleanhasFilter().streamlayer.interactive.library.ListRequest.ListRequestFilter filter = 1 [json_name = "filter"];booleanhasPagination().streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];booleanhasSort().streamlayer.interactive.Sort sort = 3 [json_name = "sort"];
-
-
-
Method Detail
-
hasFilter
boolean hasFilter()
.streamlayer.interactive.library.ListRequest.ListRequestFilter filter = 1 [json_name = "filter"];- Returns:
- Whether the filter field is set.
-
getFilter
ListRequest.ListRequestFilter getFilter()
.streamlayer.interactive.library.ListRequest.ListRequestFilter filter = 1 [json_name = "filter"];- Returns:
- The filter.
-
hasPagination
boolean hasPagination()
.streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];- Returns:
- Whether the pagination field is set.
-
getPagination
Pagination getPagination()
.streamlayer.interactive.Pagination pagination = 2 [json_name = "pagination"];- Returns:
- The pagination.
-
hasSort
boolean hasSort()
.streamlayer.interactive.Sort sort = 3 [json_name = "sort"];- Returns:
- Whether the sort field is set.
-
getSort
Sort getSort()
.streamlayer.interactive.Sort sort = 3 [json_name = "sort"];- Returns:
- The sort.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 4 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 4 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getCursor
java.lang.String getCursor()
string cursor = 5 [json_name = "cursor"];- Returns:
- The cursor.
-
getCursorBytes
com.google.protobuf.ByteString getCursorBytes()
string cursor = 5 [json_name = "cursor"];- Returns:
- The bytes for cursor.
-
-