Uses of Class
io.camunda.zeebe.gateway.protocol.rest.JobUpdateRequest
Packages that use JobUpdateRequest
Package
Description
-
Uses of JobUpdateRequest in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return JobUpdateRequest -
Uses of JobUpdateRequest in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest with parameters of type JobUpdateRequestModifier and TypeMethodDescriptionstatic Either<org.springframework.http.ProblemDetail, RequestMapper.UpdateJobRequest> RequestMapper.toJobUpdateRequest(JobUpdateRequest updateRequest, long jobKey) -
Uses of JobUpdateRequest in io.camunda.zeebe.gateway.rest.controller
Methods in io.camunda.zeebe.gateway.rest.controller with parameters of type JobUpdateRequestModifier and TypeMethodDescriptionCompletableFuture<org.springframework.http.ResponseEntity<Object>> JobController.updateJob(long jobKey, JobUpdateRequest jobUpdateRequest) -
Uses of JobUpdateRequest in io.camunda.zeebe.gateway.rest.validator
Methods in io.camunda.zeebe.gateway.rest.validator with parameters of type JobUpdateRequestModifier and TypeMethodDescriptionstatic Optional<org.springframework.http.ProblemDetail> JobRequestValidator.validateJobUpdateRequest(JobUpdateRequest updateRequest)