Package ai.vectros.types
Class ScopedKeyPage.Builder
java.lang.Object
ai.vectros.types.ScopedKeyPage.Builder
- Enclosing class:
ScopedKeyPage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()data(List<ScopedKeyResponse> data) data(Optional<List<ScopedKeyResponse>> data) The items on this page, in the endpoint's natural order.from(ScopedKeyPage 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 — echo it back unmodified, and never parse, construct, store long-term or compare it. Its format is unspecified, differs between endpoints, and changes between releases. A cursor is valid only for the exact query that returned it: keep every other parameter identical while paging. -
nextCursor
-
nextCursor
-
build
-
additionalProperty
-
additionalProperties
-