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