Uses of Class
com.xero.models.project.ProjectPatch
-
Packages that use ProjectPatch Package Description com.xero.api.client com.xero.models.project -
-
Uses of ProjectPatch in com.xero.api.client
Methods in com.xero.api.client with parameters of type ProjectPatch Modifier and Type Method Description voidProjectApi. patchProject(String accessToken, String xeroTenantId, UUID projectId, ProjectPatch projectPatch)creates a project for the specified contact Allows you to update a specific projects.com.google.api.client.http.HttpResponseProjectApi. patchProjectForHttpResponse(String accessToken, String xeroTenantId, UUID projectId, ProjectPatch projectPatch)creates a project for the specified contact Allows you to update a specific projects. -
Uses of ProjectPatch in com.xero.models.project
Methods in com.xero.models.project that return ProjectPatch Modifier and Type Method Description ProjectPatchProjectPatch. status(ProjectStatus status)status
-