Uses of Class
org.camunda.community.rest.client.dto.JobDuedateDto
Packages that use JobDuedateDto
-
Uses of JobDuedateDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api with parameters of type JobDuedateDtoModifier and TypeMethodDescriptionvoidJobApi.setJobDuedate(String id, JobDuedateDto jobDuedateDto) Set Job Due Date Updates the due date of a job by id.voidJobApi.setJobDuedate(String id, JobDuedateDto jobDuedateDto, Map<String, String> additionalHeaders) Set Job Due Date Updates the due date of a job by id. -
Uses of JobDuedateDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return JobDuedateDto