Class ListDocumentsRequest
java.lang.Object
ai.vectros.resources.documents.requests.ListDocumentsRequest
-
Method Details
-
getUserId
- Returns:
- Filter by owning user — the Vectros-assigned UUID of a user. To resolve from your own identifier, call GET /v1/users?externalId=.
-
getOrgId
- Returns:
- Filter by owning organization — the Vectros-assigned UUID of an organization. To resolve from your own identifier, call GET /v1/orgs?externalId=.
-
getClientId
- Returns:
- Filter by associated client — the Vectros-assigned UUID of a client. To resolve from your own identifier, call GET /v1/clients?externalId=.
-
getFolderId
- Returns:
- List only documents in this folder (the Vectros folder ID). Can be combined with the owner filters.
-
getStartFrom
- Returns:
- Pagination cursor — pass the
nextCursorreturned by the previous page.
-
getLimit
- Returns:
- Maximum number of documents to return per page (1-100; defaults to 20).
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-