Uses of Class
com.xero.models.file.Files
-
Packages that use Files Package Description com.xero.api.client com.xero.models.file -
-
Uses of Files in com.xero.api.client
Methods in com.xero.api.client that return Files Modifier and Type Method Description FilesFilesApi. getFiles(String accessToken, String xeroTenantId, Integer pagesize, Integer page, String sort)Retrieves files -
Uses of Files in com.xero.models.file
Methods in com.xero.models.file that return Files Modifier and Type Method Description FilesFiles. addItemsItem(FileObject itemsItem)itemsFilesFiles. items(List<FileObject> items)itemsFilesFiles. page(Integer page)pageFilesFiles. perPage(Integer perPage)perPageFilesFiles. totalCount(Integer totalCount)totalCount
-