Uses of Class
cloud.genesys.webmessaging.sdk.model.RequestType
-
Packages that use RequestType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of RequestType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return RequestType Modifier and Type Method Description static RequestTypeRequestType. fromString(String key)static RequestTypeRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestType[]RequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-