Interface ActivateJobsCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<ActivateJobsCommandStep1>
- All Known Implementing Classes:
ActivateJobsCommandImpl
@Deprecated
public interface ActivateJobsCommandStep1
extends CommandWithCommunicationApiStep<ActivateJobsCommandStep1>
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.since 8.8 for removal in 8.9, replaced byActivateJobsCommandStep1.ActivateJobsCommandStep2static interfaceDeprecated.since 8.8 for removal in 8.9, replaced byActivateJobsCommandStep1.ActivateJobsCommandStep3 -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Set the type of jobs to work on.Methods inherited from interface io.camunda.zeebe.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRest
-
Method Details
-
jobType
Deprecated.Set the type of jobs to work on.- Parameters:
jobType- the type of jobs (e.g. "payment")- Returns:
- the builder for this command
-
ActivateJobsCommandStep1