Uses of Class
com.xero.models.file.Association
-
Packages that use Association Package Description com.xero.api.client com.xero.models.file -
-
Uses of Association in com.xero.api.client
Methods in com.xero.api.client that return Association Modifier and Type Method Description AssociationFilesApi. createFileAssociation(String accessToken, String xeroTenantId, UUID fileId, Association association)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 Association Modifier and Type Method Description List<Association>FilesApi. getAssociationsByObject(String accessToken, String xeroTenantId, UUID objectId)Retrieves an association object using a unique object ID By passing in the appropriate options,List<Association>FilesApi. 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 Association Modifier and Type Method Description AssociationFilesApi. createFileAssociation(String accessToken, String xeroTenantId, UUID fileId, Association association)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)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 Association Modifier and Type Method Description AssociationAssociation. fileId(UUID fileId)The unique identifier of the fileAssociationAssociation. objectGroup(ObjectGroup objectGroup)objectGroupAssociationAssociation. objectId(UUID objectId)The identifier of the object that the file is being associated with (e.g.AssociationAssociation. objectType(ObjectType objectType)objectType
-