Uses of Class
zowe.client.sdk.rest.type.ZosmfRequestType
-
Packages that use ZosmfRequestType Package Description zowe.client.sdk.rest Http functionality used by the SDK via UNIREST library.zowe.client.sdk.rest.type Type definitions for zosmf request objects -
-
Uses of ZosmfRequestType in zowe.client.sdk.rest
Methods in zowe.client.sdk.rest with parameters of type ZosmfRequestType Modifier and Type Method Description static ZosmfRequestZosmfRequestFactory. buildRequest(ZosConnection connection, ZosmfRequestType type)Assign the request to the Http verb type request object -
Uses of ZosmfRequestType in zowe.client.sdk.rest.type
Methods in zowe.client.sdk.rest.type that return ZosmfRequestType Modifier and Type Method Description static ZosmfRequestTypeZosmfRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static ZosmfRequestType[]ZosmfRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-