Uses of Class
zowe.client.sdk.rest.type.ZoweRequestType
-
Packages that use ZoweRequestType Package Description zowe.client.sdk.rest Http functionality used by the SDK via UNIREST library.zowe.client.sdk.rest.type Type definitions for request objects -
-
Uses of ZoweRequestType in zowe.client.sdk.rest
Methods 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 object -
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.
-