Uses of Interface
dev.galasa.zosrseapi.IRseapiResponse
Packages that use IRseapiResponse
- 
Uses of IRseapiResponse in dev.galasa.zosrseapi
Methods in dev.galasa.zosrseapi that return IRseapiResponseModifier 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 body@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