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