| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.project |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectApi.createProject(String accessToken,
String xeroTenantId,
ProjectCreateOrUpdate projectCreateOrUpdate)
create one or more new projects
|
com.google.api.client.http.HttpResponse |
ProjectApi.createProjectForHttpResponse(String accessToken,
String xeroTenantId,
ProjectCreateOrUpdate projectCreateOrUpdate) |
void |
ProjectApi.updateProject(String accessToken,
String xeroTenantId,
UUID projectId,
ProjectCreateOrUpdate projectCreateOrUpdate)
update a specific project
Allows you to update a specific projects.
|
com.google.api.client.http.HttpResponse |
ProjectApi.updateProjectForHttpResponse(String accessToken,
String xeroTenantId,
UUID projectId,
ProjectCreateOrUpdate projectCreateOrUpdate) |
| Modifier and Type | Method and Description |
|---|---|
ProjectCreateOrUpdate |
ProjectCreateOrUpdate.contactId(UUID contactId) |
ProjectCreateOrUpdate |
ProjectCreateOrUpdate.deadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc) |
ProjectCreateOrUpdate |
ProjectCreateOrUpdate.estimateAmount(Double estimateAmount) |
ProjectCreateOrUpdate |
ProjectCreateOrUpdate.name(String name) |
Copyright © 2020. All rights reserved.