Package ai.vectros.types
Class RecordPage.Builder
java.lang.Object
ai.vectros.types.RecordPage.Builder
- Enclosing class:
RecordPage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()data(List<RecordResponse> data) data(Optional<List<RecordResponse>> data) The items on this page, in the endpoint's natural order.from(RecordPage other) nextCursor(Nullable<String> nextCursor) nextCursor(String nextCursor) nextCursor(Optional<String> nextCursor) An opaque cursor for the next page.
-
Method Details
-
from
-
data
The items on this page, in the endpoint's natural order. Empty when there are no results.
-
data
-
nextCursor
An opaque cursor for the next page. Pass it back as the
startFromquery parameter to continue paging; null when there are no more results. Treat it as opaque — do not parse or construct it. -
nextCursor
-
nextCursor
-
build
-
additionalProperty
-
additionalProperties
-