Uses of Class
com.xero.models.project.ProjectCreateOrUpdate
Packages that use ProjectCreateOrUpdate
-
Uses of ProjectCreateOrUpdate in com.xero.api.client
Methods in com.xero.api.client with parameters of type ProjectCreateOrUpdateModifier and TypeMethodDescriptionProjectApi.createProject(String accessToken, String xeroTenantId, ProjectCreateOrUpdate projectCreateOrUpdate, String idempotencyKey) Create one or more new projectscom.google.api.client.http.HttpResponseProjectApi.createProjectForHttpResponse(String accessToken, String xeroTenantId, ProjectCreateOrUpdate projectCreateOrUpdate, String idempotencyKey) Create one or more new projectsvoidProjectApi.updateProject(String accessToken, String xeroTenantId, UUID projectId, ProjectCreateOrUpdate projectCreateOrUpdate, String idempotencyKey) 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, String idempotencyKey) 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 ProjectCreateOrUpdateModifier and TypeMethodDescriptionIdentifier of the contact this project was created for.ProjectCreateOrUpdate.deadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc) Deadline for the project.ProjectCreateOrUpdate.estimateAmount(Double estimateAmount) estimateAmountName of the project.