Uses of Class
io.camunda.zeebe.gateway.protocol.rest.ClockPinRequest
Packages that use ClockPinRequest
Package
Description
-
Uses of ClockPinRequest in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return ClockPinRequest -
Uses of ClockPinRequest in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest with parameters of type ClockPinRequest -
Uses of ClockPinRequest in io.camunda.zeebe.gateway.rest.controller
Methods in io.camunda.zeebe.gateway.rest.controller with parameters of type ClockPinRequestModifier and TypeMethodDescriptionCompletableFuture<org.springframework.http.ResponseEntity<Object>> ClockController.pinClock(ClockPinRequest pinRequest) -
Uses of ClockPinRequest in io.camunda.zeebe.gateway.rest.validator
Methods in io.camunda.zeebe.gateway.rest.validator with parameters of type ClockPinRequestModifier and TypeMethodDescriptionstatic Optional<org.springframework.http.ProblemDetail> ClockValidator.validateClockPinRequest(ClockPinRequest pinRequest)