Uses of Class
dev.galasa.zosmf.ZosmfException
Packages that use ZosmfException
- 
Uses of ZosmfException in dev.galasa.zosmf
Methods in dev.galasa.zosmf that throw ZosmfExceptionModifier and TypeMethodDescription@NotNull IZosmfResponseIssue an HTTP DELETE request to the zOSMF server with no request body@NotNull IZosmfResponseIssue an HTTP PUT request to the zOSMF server with no request bodyIZosmfResponse.getContent()Return the content from the zOSMF request as an objectcom.google.gson.JsonArrayIZosmfResponse.getJsonArrayContent()Return the text content from the zOSMF request JSON array objectcom.google.gson.JsonObjectIZosmfResponse.getJsonContent()Return the text content from the zOSMF request as a JSON objectIZosmfResponse.getTextContent()Return the text content from the zOSMF request as text@NotNull IZosmfResponseIZosmf.postJson(String path, com.google.gson.JsonObject requestBody, List<Integer> validStatusCodes) Issue an HTTP POST request to the zOSMF server with a request body of content type ofapplication/json@NotNull IZosmfResponseIssue an HTTP PUT request to the zOSMF server with a request body of content type oftext/plain@NotNull IZosmfResponseIssue an HTTP PUT request to the zOSMF server with a request body of content type ofapplication/json@NotNull IZosmfResponseIssue an HTTP PUT request to the zOSMF server with a request body of content type oftext/plain@NotNull IZosmfResponseIZosmfRestApiProcessor.sendRequest(IZosmf.ZosmfRequestType requestType, String path, Map<String, String> headers, Object body, List<Integer> validStatusCodes, boolean convert) Send zOSMF request@NotNull com.google.gson.JsonObjectIZosmf.serverInfo()Return the JSON response from the zOSMF Server Information request