Uses of Enum Class
dev.galasa.zosmf.IZosmf.ZosmfRequestType
Packages that use IZosmf.ZosmfRequestType
-
Uses of IZosmf.ZosmfRequestType in dev.galasa.zosmf
Methods in dev.galasa.zosmf that return IZosmf.ZosmfRequestTypeModifier and TypeMethodDescriptionstatic IZosmf.ZosmfRequestType
Returns the enum constant of this class with the specified name.static IZosmf.ZosmfRequestType[]
IZosmf.ZosmfRequestType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.galasa.zosmf with parameters of type IZosmf.ZosmfRequestTypeModifier and TypeMethodDescription@NotNull IZosmfResponse
IZosmfRestApiProcessor.sendRequest
(IZosmf.ZosmfRequestType requestType, String path, Map<String, String> headers, Object body, List<Integer> validStatusCodes, boolean convert) Send zOSMF request