Package zowe.client.sdk.utility
Class ResponseUtil
- java.lang.Object
-
- zowe.client.sdk.utility.ResponseUtil
-
public class ResponseUtil extends Object
Utility class contains helper methods for response processing- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetResponseStr(ZosmfRequest request)Helper method calls to perform the request http request and returns the response object as a string value.
-
-
-
Method Detail
-
getResponseStr
public static String getResponseStr(ZosmfRequest request) throws ZosmfRequestException
Helper method calls to perform the request http request and returns the response object as a string value.- Parameters:
request- request object for performing http call- Returns:
- response object as a string value of the http call
- Throws:
ZosmfRequestException- request error state
-
-