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