Package zowe.client.sdk.zosjobs.input
Class GetJobParams
- java.lang.Object
-
- zowe.client.sdk.zosjobs.input.GetJobParams
-
public class GetJobParams extends Object
Interface for various GetJobs APIs- Version:
- 3.0
- Author:
- Frank Giordano
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetJobParams.Builder
Builder class for GetJobParams
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getJobId()
Retrieve jobId specifiedOptionalInt
getMaxJobs()
Retrieve maxJobs specifiedOptional<String>
getOwner()
Retrieve owner specifiedOptional<String>
getPrefix()
Retrieve prefix specifiedString
toString()
Return string value representing GetJobParams object
-
-
-
Method Detail
-
getMaxJobs
public OptionalInt getMaxJobs()
Retrieve maxJobs specified- Returns:
- maxJobs value
-
-