Uses of Class
com.xero.models.file.Folder
Packages that use Folder
-
Uses of Folder in com.xero.api.client
Methods in com.xero.api.client that return FolderModifier and TypeMethodDescriptionFilesApi.createFolder(String accessToken, String xeroTenantId, Folder folder, String idempotencyKey) Creates a new folder By passing in the appropriate properties, you can create a new folderRetrieves specific folder by using a unique folder ID By passing in the appropriate ID, you can search for specific folderRetrieves inbox folder Search for the user inboxFilesApi.updateFolder(String accessToken, String xeroTenantId, UUID folderId, Folder folder, String idempotencyKey) Updates an existing folder By passing in the appropriate ID and properties, you can update a folderMethods in com.xero.api.client that return types with arguments of type FolderModifier and TypeMethodDescriptionFilesApi.getFolders(String accessToken, String xeroTenantId, String sort) Retrieves folders By passing in the appropriate options, you can search for available foldersMethods in com.xero.api.client with parameters of type FolderModifier and TypeMethodDescriptionFilesApi.createFolder(String accessToken, String xeroTenantId, Folder folder, String idempotencyKey) Creates a new folder By passing in the appropriate properties, you can create a new foldercom.google.api.client.http.HttpResponseFilesApi.createFolderForHttpResponse(String accessToken, String xeroTenantId, Folder folder, String idempotencyKey) Creates a new folder By passing in the appropriate properties, you can create a new folderFilesApi.updateFolder(String accessToken, String xeroTenantId, UUID folderId, Folder folder, String idempotencyKey) Updates an existing folder By passing in the appropriate ID and properties, you can update a foldercom.google.api.client.http.HttpResponseFilesApi.updateFolderForHttpResponse(String accessToken, String xeroTenantId, UUID folderId, Folder folder, String idempotencyKey) Updates an existing folder By passing in the appropriate ID and properties, you can update a folder -
Uses of Folder in com.xero.models.file
Methods in com.xero.models.file that return FolderModifier and TypeMethodDescriptionThe email address used to email files to the inbox.The number of files in the folderXero unique identifier for a folder Filesto indicate if the folder is the Inbox.The name of the folderMethods in com.xero.models.file that return types with arguments of type FolderMethods in com.xero.models.file with parameters of type FolderMethod parameters in com.xero.models.file with type arguments of type Folder