Uses of Class
rest.Response
-
Packages that use Response Package Description examples.zosjobs zos jobs java samplesrest http functionality used by the SDKutility set of utilities for each main SDK packagezosfiles zos files functionality provided by the SDKzosjobs zos all things jobs related processing provided by the SDK -
-
Uses of Response in examples.zosjobs
Methods in examples.zosjobs that return Response Modifier and Type Method Description static ResponseCancelJobs. cancelJob()Example on how to call CancelJobs cancelJob method.static ResponseCancelJobs. cancelJobForJob()Example on how to call CancelJobs cancelJobForJob method.static ResponseCancelJobs. cancelJobsCommon()Example on how to call CancelJobs cancelJobsCommon method.static ResponseCancelJobs. cancelJobsCommonWithVersion(String version)Example on how to call CancelJobs cancelJobsCommon method.static ResponseDeleteJobs. deleteJob()Example on how to call DeleteJobs deleteJob method.static ResponseDeleteJobs. deleteJobForJob()Example on how to call DeleteJobs deleteJobForJob method.static ResponseDeleteJobs. deleteJobsCommon()Example on how to call DeleteJobs deleteJobCommon method.static ResponseDeleteJobs. deleteJobsCommonWithVersion(String version)Example on how to call DeleteJobs deleteJobCommon method. -
Uses of Response in rest
Methods in rest that return Response Modifier and Type Method Description protected <T> ResponseZoweRequest. executeJsonRequest(T request)Execute a Zowe rest call request and return a Json objectResponseJsonDeleteRequest. executeRequest()Execute the formulated http requestResponseJsonGetRequest. executeRequest()Execute the formulated http requestResponseJsonPostRequest. executeRequest()Execute the formulated http requestResponseJsonPutRequest. executeRequest()Execute the formulated http requestResponseStreamGetRequest. executeRequest()Execute the formulated http requestResponseTextGetRequest. executeRequest()Execute the formulated http requestResponseTextPutRequest. executeRequest()Execute the formulated http requestabstract ResponseZoweRequest. executeRequest()Execute the formulated http requestprotected <T> ResponseZoweRequest. executeStreamRequest(T request)Execute a Zowe rest call request and return a stream objectprotected <T> ResponseZoweRequest. executeTextRequest(T request)Execute a Zowe rest call request and return a text object -
Uses of Response in utility
Methods in utility with parameters of type Response Modifier and Type Method Description static voidUtilRest. checkHttpErrors(Response response)Return specialized http error messagestatic ZosmfTsoResponseUtilTso. getZosmfTsoResponse(Response response)Retrieve Tso response -
Uses of Response in zosfiles
Methods in zosfiles that return Response Modifier and Type Method Description ResponseZosDsnCopy. copy(String fromDataSetName, String toDataSetName, boolean replace, boolean copyAllMembers)This copy method allows the following copy operations:ResponseZosDsnCopy. copy(CopyParams params)Copy dataset or dataset memberResponseZosDsn. createDsn(String dataSetName, CreateParams params)Creates a new dataset with specified parametersResponseZosDsn. deleteDsn(String dataSetName)Delete a datasetResponseZosDsn. deleteDsn(String dataSetName, String member)Delete a dataset memberResponseZosDsn. writeDsn(String dataSetName, String content)Replaces the content of an existing sequential data set with new content.ResponseZosDsn. writeDsn(String dataSetName, String member, String content)Replaces the content of a member of a partitioned data set (PDS or PDSE) with new content. -
Uses of Response in zosjobs
Methods in zosjobs that return Response Modifier and Type Method Description ResponseCancelJobs. cancelJob(String jobName, String jobId, String version)Cancel a job that resides in a z/OS data set.ResponseCancelJobs. cancelJobForJob(Job job, String version)Cancel a job that resides in a z/OS data set.ResponseCancelJobs. cancelJobsCommon(ModifyJobParams params)Cancel a job that resides in a z/OS data set.ResponseDeleteJobs. deleteJob(String jobName, String jobId, String version)Cancel and purge job from spool.ResponseDeleteJobs. deleteJobCommon(ModifyJobParams params)Delete a job that resides in a z/OS data set.ResponseDeleteJobs. deleteJobForJob(Job job, String version)Cancel and purge job from spool.
-