Uses of Class
zowe.client.sdk.zosjobs.input.JobGetInputData
-
Packages that use JobGetInputData Package Description zowe.client.sdk.zosjobs.input Request input object(s) for z/OS jobs processingzowe.client.sdk.zosjobs.methods z/OS jobs functionality provided by the SDK -
-
Uses of JobGetInputData in zowe.client.sdk.zosjobs.input
Methods in zowe.client.sdk.zosjobs.input that return JobGetInputData Modifier and Type Method Description JobGetInputDataJobGetInputData.Builder. build()Return GetJobParams object based on Builder this object -
Uses of JobGetInputData in zowe.client.sdk.zosjobs.methods
Methods in zowe.client.sdk.zosjobs.methods with parameters of type JobGetInputData Modifier and Type Method Description List<Job>JobGet. getCommon(JobGetInputData params)Get jobs filtered by owner and prefix.
-