Class ListFoldersRequest.Builder
- Enclosing class:
ListFoldersRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Filter to folders associated with this client — the Vectros-assigned UUID of a client.from(ListFoldersRequest other) Maximum number of folders to return per page.Filter to folders owned by this organization — the Vectros-assigned UUID of an organization.parentFolderId(String parentFolderId) parentFolderId(Optional<String> parentFolderId) List only the direct children of this folder — the Vectros-assigned UUID of a folder — for tree navigation.Pagination cursor.Filter to folders owned by this user — the Vectros-assigned UUID of a user.
-
Method Details
-
from
-
parentFolderId
List only the direct children of this folder — the Vectros-assigned UUID of a folder — for tree navigation. Omit for a flat list across your account.
-
parentFolderId
-
orgId
Filter to folders owned by this organization — the Vectros-assigned UUID of an organization. Use
GET /v1/orgs?externalId=to resolve your own external ID to this UUID. -
orgId
-
userId
Filter to folders owned by this user — the Vectros-assigned UUID of a user. Use
GET /v1/users?externalId=to resolve your own external ID to this UUID. -
userId
-
clientId
Filter to folders associated with this client — the Vectros-assigned UUID of a client. Use
GET /v1/clients?externalId=to resolve your own external ID to this UUID. -
clientId
-
startFrom
Pagination cursor. Pass the
nextCursorvalue from the previous page to fetch the next page; omit it for the first page. -
startFrom
-
limit
Maximum number of folders to return per page. Must be between 1 and 100; defaults to 20.
-
limit
-
build
-
additionalProperty
-
additionalProperties
-