Uses of Class
zowe.client.sdk.rest.ZosmfRequest
-
Packages that use ZosmfRequest Package Description zowe.client.sdk.rest Http functionality used by the SDK via UNIREST library.zowe.client.sdk.utility Set of utilities for SDK packages -
-
Uses of ZosmfRequest in zowe.client.sdk.rest
Subclasses of ZosmfRequest in zowe.client.sdk.rest Modifier and Type Class Description classDeleteJsonZosmfRequestHttp delete operation with JSON content typeclassGetJsonZosmfRequestHttp get operation with JSON content typeclassGetStreamZosmfRequestHttp get stream operation with JSON content typeclassGetTextZosmfRequestHttp get operation with a text content typeclassPostJsonZosmfRequestHttp post-operation with JSON content typeclassPutJsonZosmfRequestHttp put operation with JSON content typeclassPutStreamZosmfRequestHttp put stream operation with a binary content typeclassPutTextZosmfRequestHttp put operation with a text content typeMethods in zowe.client.sdk.rest that return ZosmfRequest Modifier and Type Method Description static ZosmfRequestZosmfRequestFactory. buildRequest(ZosConnection connection, ZosmfRequestType type)Assign the request to the Http verb type request object -
Uses of ZosmfRequest in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility with parameters of type ZosmfRequest Modifier and Type Method Description static StringResponseUtil. getResponseStr(ZosmfRequest request, String msg)Helper method calls to perform the request http request and returns the response object as a string value.
-