Class ListAccessProfilesRequest.Builder
java.lang.Object
ai.vectros.resources.auth.requests.ListAccessProfilesRequest.Builder
- Enclosing class:
ListAccessProfilesRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(ListAccessProfilesRequest other) Maximum number of results to return per page.Pagination cursor.
-
Method Details
-
from
-
startFrom
Pagination cursor. Pass the
nextCursorvalue returned by the previous page to fetch the next page; omit it to start from the first page. -
startFrom
-
limit
Maximum number of results to return per page. Must be between 1 and 100; defaults to 20.
-
limit
-
build
-
additionalProperty
-
additionalProperties
public ListAccessProfilesRequest.Builder additionalProperties(Map<String, Object> additionalProperties)
-