Uses of Class
rest.ZoweRequestType.VerbType
-
Packages that use ZoweRequestType.VerbType Package Description rest -
-
Uses of ZoweRequestType.VerbType in rest
Methods in rest that return ZoweRequestType.VerbType Modifier and Type Method Description ZoweRequestType.VerbTypeZoweRequest. requestType()static ZoweRequestType.VerbTypeZoweRequestType.VerbType. valueOf(String name)Returns the enum constant of this type with the specified name.static ZoweRequestType.VerbType[]ZoweRequestType.VerbType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in rest with parameters of type ZoweRequestType.VerbType Modifier and Type Method Description static ZoweRequestZoweRequestFactory. buildRequest(ZOSConnection connection, String url, String body, ZoweRequestType.VerbType type)Constructors in rest with parameters of type ZoweRequestType.VerbType Constructor Description ZoweRequest(ZOSConnection connection, ZoweRequestType.VerbType requestType)
-