Uses of Class
zowe.client.sdk.rest.type.ZoweRequestType
-
Packages that use ZoweRequestType Package Description zowe.client.sdk.rest Http functionality used by the SDKzowe.client.sdk.rest.type Type definitions for request objects -
-
Uses of ZoweRequestType in zowe.client.sdk.rest
Methods in zowe.client.sdk.rest that return ZoweRequestType Modifier and Type Method Description ZoweRequestTypeZoweRequest. requestType()Retrieve current request http typeMethods in zowe.client.sdk.rest with parameters of type ZoweRequestType Modifier and Type Method Description static ZoweRequestZoweRequestFactory. buildRequest(ZOSConnection connection, ZoweRequestType type)Assign the request to the Http verb type request objectConstructors in zowe.client.sdk.rest with parameters of type ZoweRequestType Constructor Description ZoweRequest(ZOSConnection connection, ZoweRequestType requestType)ZoweRequest constructor. -
Uses of ZoweRequestType in zowe.client.sdk.rest.type
Methods in zowe.client.sdk.rest.type that return ZoweRequestType Modifier and Type Method Description static ZoweRequestTypeZoweRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static ZoweRequestType[]ZoweRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-