Uses of Interface
dev.galasa.zosmf.IZosmfResponse
-
Uses of IZosmfResponse in dev.galasa.zosmf
Modifier and TypeMethodDescription@NotNull IZosmfResponse
Issue an HTTP DELETE request to the zOSMF server with no request body@NotNull IZosmfResponse
Issue an HTTP PUT request to the zOSMF server with no request body@NotNull IZosmfResponse
IZosmf.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 IZosmfResponse
Issue an HTTP PUT request to the zOSMF server with a request body of content type oftext/plain
@NotNull IZosmfResponse
Issue an HTTP PUT request to the zOSMF server with a request body of content type ofapplication/json
@NotNull IZosmfResponse
Issue an HTTP PUT request to the zOSMF server with a request body of content type oftext/plain
@NotNull IZosmfResponse
IZosmfRestApiProcessor.sendRequest
(IZosmf.ZosmfRequestType requestType, String path, Map<String, String> headers, Object body, List<Integer> validStatusCodes, boolean convert) Send zOSMF request