Interface ActivateJobsCommandStep1
-
- All Known Implementing Classes:
ActivateJobsCommandImpl
public interface ActivateJobsCommandStep1
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceActivateJobsCommandStep1.ActivateJobsCommandStep2static interfaceActivateJobsCommandStep1.ActivateJobsCommandStep3
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivateJobsCommandStep1.ActivateJobsCommandStep2jobType(String jobType)Set the type of jobs to work on.
-
-
-
Method Detail
-
jobType
ActivateJobsCommandStep1.ActivateJobsCommandStep2 jobType(String jobType)
Set the type of jobs to work on.- Parameters:
jobType- the type of jobs (e.g. "payment")- Returns:
- the builder for this command
-
-