Uses of Class
rest.ZoweRequestType.VerbType
-
Packages that use ZoweRequestType.VerbType Package Description rest http functionality used by the SDK -
-
Uses of ZoweRequestType.VerbType in rest
Methods in rest that return ZoweRequestType.VerbType Modifier and Type Method Description ZoweRequestType.VerbTypeZoweRequest. requestType()Retrieve current request http typestatic 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)Assign the request to the Http verb type request objectConstructors in rest with parameters of type ZoweRequestType.VerbType Constructor Description ZoweRequest(ZOSConnection connection, ZoweRequestType.VerbType requestType)ZoweRequest constructor.
-