Uses of Class
dev.galasa.zosrseapi.RseapiException
Packages that use RseapiException
- 
Uses of RseapiException in dev.galasa.zosrseapi
Methods in dev.galasa.zosrseapi that throw RseapiExceptionModifier and TypeMethodDescription@NotNull IRseapiResponseIssue an HTTP DELETE request to the RSE API server with no request body@NotNull IRseapiResponseIssue an HTTP PUT request to the RSE API server with no request bodyIRseapiResponse.getContent()Return the content from the RSE API request as an objectcom.google.gson.JsonArrayIRseapiResponse.getJsonArrayContent()Return the text content from the RSE API request JSON array objectcom.google.gson.JsonObjectIRseapiResponse.getJsonContent()Return the text content from the RSE API request as a JSON objectIRseapiResponse.getTextContent()Return the text content from the RSE API request as text@NotNull IRseapiResponseIssue an HTTP POST request to the RSE API server with no request body@NotNull IRseapiResponseIRseapi.postJson(String path, com.google.gson.JsonObject requestBody, List<Integer> validStatusCodes) Issue an HTTP POST request to the RSE API server with a request body of content type ofapplication/json@NotNull IRseapiResponseIssue an HTTP PUT request to the RSE API server with a request body of content type oftext/plain@NotNull IRseapiResponseIssue an HTTP PUT request to the RSE API server with a request body of content type ofapplication/json@NotNull IRseapiResponseIssue an HTTP PUT request to the RSE API server with text request bodytext/plain@NotNull IRseapiResponseIRseapiRestApiProcessor.sendRequest(IRseapi.RseapiRequestType requestType, String path, Map<String, String> headers, Object body, List<Integer> validStatusCodes, boolean convert) Send RSE API request@NotNull com.google.gson.JsonObjectIRseapi.serverInfo()Return the JSON response from the RSE API server Server Information request