Uses of Class
ai.vectros.types.RecordLookupPage.Builder
Packages that use RecordLookupPage.Builder
-
Uses of RecordLookupPage.Builder in ai.vectros.types
Methods in ai.vectros.types that return RecordLookupPage.BuilderModifier and TypeMethodDescriptionRecordLookupPage.Builder.additionalProperties(Map<String, Object> additionalProperties) RecordLookupPage.Builder.additionalProperty(String key, Object value) static RecordLookupPage.BuilderRecordLookupPage.builder()RecordLookupPage.Builder.data(List<RecordResponse> data) RecordLookupPage.Builder.data(Optional<List<RecordResponse>> data) The items on this page, in the endpoint's natural order.RecordLookupPage.Builder.from(RecordLookupPage other) RecordLookupPage.Builder.nextCursor(Nullable<String> nextCursor) RecordLookupPage.Builder.nextCursor(String nextCursor) RecordLookupPage.Builder.nextCursor(Optional<String> nextCursor) An opaque cursor for the next page.