Uses of Class
com.xero.models.file.FileObject
Packages that use FileObject
-
Uses of FileObject in com.xero.api.client
Methods in com.xero.api.client that return FileObjectModifier and TypeMethodDescriptionRetrieves a file by a unique file IDFilesApi.updateFile(String accessToken, String xeroTenantId, UUID fileId, FileObject fileObject, String idempotencyKey) Update a file Updates file properties of a single fileFilesApi.uploadFile(String accessToken, String xeroTenantId, File body, String name, String filename, String idempotencyKey, String mimeType) Uploads a File to the inboxFilesApi.uploadFileToFolder(String accessToken, String xeroTenantId, UUID folderId, File body, String name, String filename, String idempotencyKey, String mimeType) Uploads a File to a specific folderMethods in com.xero.api.client with parameters of type FileObjectModifier and TypeMethodDescriptionFilesApi.updateFile(String accessToken, String xeroTenantId, UUID fileId, FileObject fileObject, String idempotencyKey) Update a file Updates file properties of a single filecom.google.api.client.http.HttpResponseFilesApi.updateFileForHttpResponse(String accessToken, String xeroTenantId, UUID fileId, FileObject fileObject, String idempotencyKey) Update a file Updates file properties of a single file -
Uses of FileObject in com.xero.models.file
Methods in com.xero.models.file that return FileObjectModifier and TypeMethodDescriptionFileObject.createdDateUtc(String createdDateUtc) Created date in UTCFolder relation object's UUIDFile object's UUIDMimeType of the file (image/png, image/jpeg, application/pdf, etc..)File NameNumeric value in bytesFileObject.updatedDateUtc(String updatedDateUtc) Updated date in UTCuserMethods in com.xero.models.file that return types with arguments of type FileObjectMethods in com.xero.models.file with parameters of type FileObjectMethod parameters in com.xero.models.file with type arguments of type FileObjectModifier and TypeMethodDescriptionFiles.items(List<FileObject> items) itemsvoidFiles.setItems(List<FileObject> items) items