Class ListFoldersRequest
java.lang.Object
ai.vectros.resources.folders.requests.ListFoldersRequest
-
Method Details
-
getParentFolderId
- Returns:
- 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.
-
getUserId
- Returns:
- 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.
-
getScope
- Returns:
- Filter to folders carrying this scope value, in
namespace:valueform — for examplegroup:eng-team,org:<id>, orclient:<id>. Resolve an entity's UUID from your own identifier viaGET /v1/entities/{namespace}?externalId=.
-
getStartFrom
- Returns:
- Pagination cursor. Pass the
nextCursorvalue from the previous page to fetch the next page; omit it for the first page.
-
getLimit
- Returns:
- Maximum number of folders to return per page. Must be between 1 and 100; defaults to 20.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-