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