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 IRseapiResponse
Issue an HTTP DELETE request to the RSE API server with no request body@NotNull IRseapiResponse
Issue 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.JsonArray
IRseapiResponse.getJsonArrayContent()
Return the text content from the RSE API request JSON array objectcom.google.gson.JsonObject
IRseapiResponse.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 IRseapiResponse
Issue an HTTP POST request to the RSE API server with no request body@NotNull IRseapiResponse
IRseapi.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 IRseapiResponse
Issue an HTTP PUT request to the RSE API server with a request body of content type oftext/plain
@NotNull IRseapiResponse
Issue an HTTP PUT request to the RSE API server with a request body of content type ofapplication/json
@NotNull IRseapiResponse
Issue an HTTP PUT request to the RSE API server with text request bodytext/plain
@NotNull IRseapiResponse
IRseapiRestApiProcessor.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.JsonObject
IRseapi.serverInfo()
Return the JSON response from the RSE API server Server Information request