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