Uses of Class
com.xero.models.project.ProjectCreateOrUpdate
-
Packages that use ProjectCreateOrUpdate Package Description com.xero.api.client com.xero.models.project -
-
Uses of ProjectCreateOrUpdate in com.xero.api.client
Methods in com.xero.api.client with parameters of type ProjectCreateOrUpdate Modifier and Type Method Description ProjectProjectApi. createProject(String accessToken, String xeroTenantId, ProjectCreateOrUpdate projectCreateOrUpdate)Create one or more new projectscom.google.api.client.http.HttpResponseProjectApi. createProjectForHttpResponse(String accessToken, String xeroTenantId, ProjectCreateOrUpdate projectCreateOrUpdate)Create one or more new projectsvoidProjectApi. updateProject(String accessToken, String xeroTenantId, UUID projectId, ProjectCreateOrUpdate projectCreateOrUpdate)Updates a specific project Allows you to update a specific projects.com.google.api.client.http.HttpResponseProjectApi. updateProjectForHttpResponse(String accessToken, String xeroTenantId, UUID projectId, ProjectCreateOrUpdate projectCreateOrUpdate)Updates a specific project Allows you to update a specific projects. -
Uses of ProjectCreateOrUpdate in com.xero.models.project
Methods in com.xero.models.project that return ProjectCreateOrUpdate Modifier and Type Method Description ProjectCreateOrUpdateProjectCreateOrUpdate. contactId(UUID contactId)Identifier of the contact this project was created for.ProjectCreateOrUpdateProjectCreateOrUpdate. deadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc)Deadline for the project.ProjectCreateOrUpdateProjectCreateOrUpdate. estimateAmount(Double estimateAmount)estimateAmountProjectCreateOrUpdateProjectCreateOrUpdate. name(String name)Name of the project.
-