Class ListFoldersRequest

java.lang.Object
ai.vectros.resources.folders.requests.ListFoldersRequest

public final class ListFoldersRequest extends Object
  • Method Details

    • getParentFolderId

      public Optional<String> 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

      public Optional<String> 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

      public Optional<String> 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

      public Optional<String> 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

      public Optional<String> getStartFrom()
      Returns:
      Pagination cursor. Pass the nextCursor value from the previous page to fetch the next page; omit it for the first page.
    • getLimit

      public Optional<Long> getLimit()
      Returns:
      Maximum number of folders to return per page. Must be between 1 and 100; defaults to 20.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static ListFoldersRequest.Builder builder()