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