| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.files |
| Modifier and Type | Method and Description |
|---|---|
Association |
FilesApi.createFileAssociation(UUID fileId,
Association association)
create a new association
By passing in the appropriate options, you can create a new folder
|
| Modifier and Type | Method and Description |
|---|---|
List<Association> |
FilesApi.getAssociationsByObject(UUID objectId)
searches files
By passing in the appropriate options,
|
List<Association> |
FilesApi.getFileAssociations(UUID fileId)
searches files
By passing in the appropriate options,
|
| Modifier and Type | Method and Description |
|---|---|
Association |
FilesApi.createFileAssociation(UUID fileId,
Association association)
create a new association
By passing in the appropriate options, you can create a new folder
|
| Modifier and Type | Method and Description |
|---|---|
Association |
Association.fileId(UUID fileId) |
Association |
Association.objectGroup(ObjectGroup objectGroup) |
Association |
Association.objectId(UUID objectId) |
Association |
Association.objectType(ObjectType objectType) |
Copyright © 2019. All rights reserved.