Uses of Class
model.ListFilesQueryParams
-
Packages that use ListFilesQueryParams Package Description api model -
-
Uses of ListFilesQueryParams in api
Methods in api with parameters of type ListFilesQueryParams Modifier and Type Method Description FinixListFilesApi. list(ListFilesQueryParams listFilesQueryParams)List All Files List all the `File` resources you've created. -
Uses of ListFilesQueryParams in model
Methods in model that return ListFilesQueryParams Modifier and Type Method Description ListFilesQueryParamsListFilesQueryParams. afterCursor(String afterCursor)ListFilesQueryParamsListFilesQueryParams. beforeCursor(String beforeCursor)ListFilesQueryParamsListFilesQueryParams. createdAtGte(String createdAtGte)ListFilesQueryParamsListFilesQueryParams. createdAtLte(String createdAtLte)static ListFilesQueryParamsListFilesQueryParams. fromJson(String jsonString)Create an instance of ListFilesQueryParams given an JSON stringListFilesQueryParamsListFilesQueryParams. id(String id)ListFilesQueryParamsListFilesQueryParams. limit(Long limit)ListFilesQueryParamsListFilesQueryParams. sort(String sort)ListFilesQueryParamsListFilesQueryParams. updatedAtGte(String updatedAtGte)ListFilesQueryParamsListFilesQueryParams. updatedAtLte(String updatedAtLte)
-