Class ListFoldersRequest.Builder
- Enclosing class:
ListFoldersRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(ListFoldersRequest other) Maximum number of folders to return per page.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.Filter to folders carrying this scope value, innamespace:valueform (a value is 1-128 chars: a letter or digit first, then letters, digits,_or-) — for examplegroup:eng-team,org:<id>, orclient:<id>.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
-
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
-
scope
Filter to folders carrying this scope value, in
namespace:valueform (a value is 1-128 chars: a letter or digit first, then letters, digits,_or-) — for examplegroup:eng-team,org:<id>, orclient:<id>. Resolve an entity's UUID from your own identifier viaGET /v1/entities/{namespace}?externalId=. -
scope
-
startFrom
Pagination cursor. Pass the
nextCursorreturned by the previous page to fetch the next page; omit it for the first page. The cursor is opaque — echo it back unchanged, and do not parse it or construct one. Keep every other query parameter identical while paging: a cursor is valid only for the exact query that returned it, and reusing one against a different query is rejected with a 400. -
startFrom
-
limit
Maximum number of folders to return per page. Must be between 1 and 100; defaults to 20.
-
limit
-
build
-
additionalProperty
-
additionalProperties
-