Uses of Class
rest.ZoweRequest
-
Packages that use ZoweRequest Package Description rest http functionality used by the SDK -
-
Uses of ZoweRequest in rest
Subclasses of ZoweRequest in 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 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
-