Uses of Interface
dev.galasa.zosrseapi.IRseapiResponse
-
Uses of IRseapiResponse in dev.galasa.zosrseapi
Modifier 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 body@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