Uses of Class
com.xero.models.file.Association
Packages that use Association
-
Uses of Association in com.xero.api.client
Methods in com.xero.api.client that return AssociationModifier and TypeMethodDescriptionFilesApi.createFileAssociation(String accessToken, String xeroTenantId, UUID fileId, Association association, String idempotencyKey) Creates a new file association By passing in the appropriate options, you can create a new folderMethods in com.xero.api.client that return types with arguments of type AssociationModifier and TypeMethodDescriptionFilesApi.getAssociationsByObject(String accessToken, String xeroTenantId, UUID objectId, Integer pagesize, Integer page, String sort, String direction) Retrieves an association object using a unique object ID By passing in the appropriate options, you can retrieve an associationFilesApi.getFileAssociations(String accessToken, String xeroTenantId, UUID fileId) Retrieves a specific file associations By passing in the appropriate options,Methods in com.xero.api.client with parameters of type AssociationModifier and TypeMethodDescriptionFilesApi.createFileAssociation(String accessToken, String xeroTenantId, UUID fileId, Association association, String idempotencyKey) Creates a new file association By passing in the appropriate options, you can create a new foldercom.google.api.client.http.HttpResponseFilesApi.createFileAssociationForHttpResponse(String accessToken, String xeroTenantId, UUID fileId, Association association, String idempotencyKey) Creates a new file association By passing in the appropriate options, you can create a new folder -
Uses of Association in com.xero.models.file
Methods in com.xero.models.file that return AssociationModifier and TypeMethodDescriptionThe unique identifier of the fileThe name of the associated file.Association.objectGroup(ObjectGroup objectGroup) objectGroupThe identifier of the object that the file is being associated with (e.g.Association.objectType(ObjectType objectType) objectTypeAssociation.sendWithObject(Boolean sendWithObject) Boolean flag to determines whether the file is sent with the document it is attached to on client facing communications.The size of the associated file in bytes.