Class ListProfilesForPrincipalRequest.Builder
java.lang.Object
ai.vectros.resources.auth.requests.ListProfilesForPrincipalRequest.Builder
- Enclosing class:
ListProfilesForPrincipalRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Maximum number of access profiles to return per page (1–100; defaults to 20).Pagination cursor.
-
Method Details
-
from
-
startFrom
Pagination cursor. Pass the
nextCursorfrom the previous page to fetch the next page; omit it for the first page. -
startFrom
-
limit
Maximum number of access profiles to return per page (1–100; defaults to 20).
-
limit
-
build
-
additionalProperty
-
additionalProperties
public ListProfilesForPrincipalRequest.Builder additionalProperties(Map<String, Object> additionalProperties)
-