Uses of Class
model.ListFilesQueryParams
Packages that use ListFilesQueryParams
-
Uses of ListFilesQueryParams in api
Methods in api with parameters of type ListFilesQueryParamsModifier and TypeMethodDescriptionFilesApi.list(ListFilesQueryParams listFilesQueryParams) List All Files List all the `File` resources you've created. -
Uses of ListFilesQueryParams in model
Methods in model that return ListFilesQueryParamsModifier and TypeMethodDescriptionListFilesQueryParams.afterCursor(String afterCursor) ListFilesQueryParams.beforeCursor(String beforeCursor) ListFilesQueryParams.createdAtGte(String createdAtGte) ListFilesQueryParams.createdAtLte(String createdAtLte) static ListFilesQueryParamsCreate an instance of ListFilesQueryParams given an JSON stringListFilesQueryParams.updatedAtGte(String updatedAtGte) ListFilesQueryParams.updatedAtLte(String updatedAtLte)