Uses of Class
io.camunda.zeebe.client.protocol.rest.ActivatedJob
Packages that use ActivatedJob
-
Uses of ActivatedJob in io.camunda.zeebe.client.impl.response
Constructors in io.camunda.zeebe.client.impl.response with parameters of type ActivatedJob -
Uses of ActivatedJob in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return ActivatedJobModifier and TypeMethodDescriptionActivatedJob.customHeaders(Map<String, Object> customHeaders) ActivatedJob.elementInstanceKey(Long elementInstanceKey) ActivatedJob.processDefinitionId(String processDefinitionId) ActivatedJob.processDefinitionKey(Long processDefinitionKey) ActivatedJob.processDefinitionVersion(Integer processDefinitionVersion) ActivatedJob.processInstanceKey(Long processInstanceKey) ActivatedJob.putCustomHeadersItem(String key, Object customHeadersItem) ActivatedJob.putVariablesItem(String key, Object variablesItem) Methods in io.camunda.zeebe.client.protocol.rest that return types with arguments of type ActivatedJobMethods in io.camunda.zeebe.client.protocol.rest with parameters of type ActivatedJobMethod parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type ActivatedJobModifier and TypeMethodDescriptionJobActivationResponse.jobs(List<ActivatedJob> jobs) voidJobActivationResponse.setJobs(List<ActivatedJob> jobs)