Package zowe.client.sdk.zosjobs.input
Class JobGetInputData
- java.lang.Object
-
- zowe.client.sdk.zosjobs.input.JobGetInputData
-
public class JobGetInputData extends Object
Parameters for JobGet API input data- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobGetInputData.BuilderBuilder class for JobGetInputData
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getJobId()Retrieve jobId specifiedOptionalIntgetMaxJobs()Retrieve maxJobs specifiedOptional<String>getOwner()Retrieve an owner specifiedOptional<String>getPrefix()Retrieve prefix specifiedStringtoString()Return string value representing a JobGetInputData object
-
-
-
Method Detail
-
getMaxJobs
public OptionalInt getMaxJobs()
Retrieve maxJobs specified- Returns:
- maxJobs value
-
-