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