Uses of Class
com.xero.models.project.TaskCreateOrUpdate
Packages that use TaskCreateOrUpdate
-
Uses of TaskCreateOrUpdate in com.xero.api.client
Methods in com.xero.api.client with parameters of type TaskCreateOrUpdateModifier and TypeMethodDescriptionProjectApi.createTask(String accessToken, String xeroTenantId, UUID projectId, TaskCreateOrUpdate taskCreateOrUpdate, String idempotencyKey) Allows you to create a task Allows you to create a specific taskcom.google.api.client.http.HttpResponseProjectApi.createTaskForHttpResponse(String accessToken, String xeroTenantId, UUID projectId, TaskCreateOrUpdate taskCreateOrUpdate, String idempotencyKey) Allows you to create a task Allows you to create a specific taskvoidProjectApi.updateTask(String accessToken, String xeroTenantId, UUID projectId, UUID taskId, TaskCreateOrUpdate taskCreateOrUpdate, String idempotencyKey) Allows you to update a task Allows you to update a specific taskcom.google.api.client.http.HttpResponseProjectApi.updateTaskForHttpResponse(String accessToken, String xeroTenantId, UUID projectId, UUID taskId, TaskCreateOrUpdate taskCreateOrUpdate, String idempotencyKey) Allows you to update a task Allows you to update a specific task -
Uses of TaskCreateOrUpdate in com.xero.models.project
Methods in com.xero.models.project that return TaskCreateOrUpdateModifier and TypeMethodDescriptionTaskCreateOrUpdate.chargeType(ChargeType chargeType) chargeTypeTaskCreateOrUpdate.estimateMinutes(Integer estimateMinutes) An estimated time to perform the taskName of the task.rate