Package ai.vectros.types
Class ScopedKeyPage
java.lang.Object
ai.vectros.types.ScopedKeyPage
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ScopedKeyPage.Builderbuilder()booleangetData()inthashCode()toString()
-
Method Details
-
getData
- Returns:
- The items on this page, in the endpoint's natural order. Empty when there are no results.
-
getNextCursor
- Returns:
- 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.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-