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.
-
getOrgId
- Returns:
- 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.
-
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.
-
getClientId
- Returns:
- 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.
-
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
-