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.ZosmfRequestTypeReturns 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 IZosmfResponseIZosmfRestApiProcessor.sendRequest(IZosmf.ZosmfRequestType requestType, String path, Map<String, String> headers, Object body, List<Integer> validStatusCodes, boolean convert) Send zOSMF request