Uses of Class
zowe.client.sdk.rest.ZoweRequest
-
Packages that use ZoweRequest Package Description zowe.client.sdk.rest http functionality used by the SDK -
-
Uses of ZoweRequest in zowe.client.sdk.rest
Subclasses of ZoweRequest in zowe.client.sdk.rest Modifier and Type Class Description classJsonDeleteRequestHttp delete operation with Json content typeclassJsonGetRequestHttp get operation with Json content typeclassJsonPostRequestHttp post operation with Json content typeclassJsonPutRequestHttp put operation with Json content typeclassStreamGetRequestHttp get stream operation with Json content typeclassTextGetRequestHttp get operation with text content typeclassTextPutRequestHttp put operation with text content typeMethods in zowe.client.sdk.rest that return ZoweRequest Modifier and Type Method Description static ZoweRequestZoweRequestFactory. buildRequest(ZOSConnection connection, String url, String body, ZoweRequestType.VerbType type)Assign the request to the Http verb type request object
-