Uses of Class
zowe.client.sdk.rest.Response
-
Packages that use Response Package Description zowe.client.sdk.rest Http functionality used by the SDK via UNIREST library.zowe.client.sdk.utility Set of utilities for SDK packageszowe.client.sdk.zosfiles.dsn.methods z/OS dataset and member files functionality provided by the SDKzowe.client.sdk.zosfiles.uss.methods z/OS Unix System Services (USS) files functionality provided by the SDKzowe.client.sdk.zosjobs.methods z/OS jobs functionality provided by the SDK -
-
Uses of Response in zowe.client.sdk.rest
Methods in zowe.client.sdk.rest that return Response Modifier and Type Method Description ResponseJsonDeleteRequest. executeRequest()Perform the http rest requestResponseJsonGetRequest. executeRequest()Perform the http rest requestResponseJsonPostRequest. executeRequest()Perform the http rest requestResponseJsonPutRequest. executeRequest()Perform the http rest requestResponseStreamGetRequest. executeRequest()Perform the http rest requestResponseStreamPutRequest. executeRequest()Perform the http rest requestResponseTextGetRequest. executeRequest()Perform the http rest requestResponseTextPutRequest. executeRequest()Perform the http rest requestabstract ResponseZoweRequest. executeRequest()Perform the http rest requestprotected static ResponseZoweRequest. getJsonResponse(kong.unirest.HttpResponse<kong.unirest.JsonNode> reply)Retrieve the http response information -
Uses of Response in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility that return Response Modifier and Type Method Description static ResponseRestUtils. getResponse(ZoweRequest request)Perform zowe rest request and retrieve its responseMethods in zowe.client.sdk.utility with parameters of type Response Modifier and Type Method Description static ZosmfTsoResponseTsoUtils. getZosmfTsoResponse(Response response)Retrieve Tso response -
Uses of Response in zowe.client.sdk.zosfiles.dsn.methods
Methods in zowe.client.sdk.zosfiles.dsn.methods that return Response Modifier and Type Method Description ResponseDsnCopy. copy(String fromDataSetName, String toDataSetName, boolean replace, boolean copyAllMembers)This copy method allows the following copy operations:ResponseDsnCopy. copy(CopyParams params)Copy dataset or dataset memberResponseDsnCreate. create(String dataSetName, CreateParams params)Creates a new dataset with specified parametersResponseDsnRename. dataSetName(String source, String destination)Change the existing dataset name (source) to new dataset name (destination)ResponseDsnDelete. delete(String dataSetName)Delete a datasetResponseDsnDelete. delete(String dataSetName, String memberName)Delete a dataset memberResponseDsnRename. memberName(String dsName, String source, String destination)Change the existing member name (source) to new member name (destination) within a partition datasetResponseDsnWrite. write(String dataSetName, String content)Replaces the content of an existing sequential data set with new content.ResponseDsnWrite. write(String dataSetName, String memberName, String content)Replaces the content of a member of a partitioned data set (PDS or PDSE) with new content. -
Uses of Response in zowe.client.sdk.zosfiles.uss.methods
Methods in zowe.client.sdk.zosfiles.uss.methods that return Response Modifier and Type Method Description ResponseUssCreate. create(String name, CreateParams params)Perform USS create file or directory name request driven by CreateParams object settingsResponseUssDelete. delete(String name)Perform USS delete file or directory name requestResponseUssDelete. delete(String name, boolean recursive)Perform USS delete file or directory name request with recursive flagResponseUssGet. getCommon(String filePathName, GetParams params)Get the contents of a file driven by the GetParams object settingsResponseUssWrite. writeBinary(String fileNamePath, byte[] content)Perform write binary content requestResponseUssWrite. writeCommon(String fileNamePath, WriteParams params)Perform write request driven by WriteParams settingsResponseUssWrite. writeText(String fileNamePath, String content)Perform write text content request -
Uses of Response in zowe.client.sdk.zosjobs.methods
Methods in zowe.client.sdk.zosjobs.methods that return Response Modifier and Type Method Description ResponseJobCancel. cancel(String jobName, String jobId, String version)Cancel a job that resides in a z/OS data set.ResponseJobCancel. cancelByJob(Job job, String version)Cancel a job that resides in a z/OS data set.ResponseJobCancel. cancelCommon(ModifyJobParams params)Cancel a job that resides in a z/OS data set.ResponseJobDelete. delete(String jobName, String jobId, String version)Cancel and purge job from spool.ResponseJobDelete. deleteByJob(Job job, String version)Cancel and purge job from spool.ResponseJobDelete. deleteCommon(ModifyJobParams params)Delete a job that resides in a z/OS data set.
-