Uses of Class
cloud.genesys.webmessaging.sdk.model.RequestTypeCloseSession
-
Packages that use RequestTypeCloseSession Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of RequestTypeCloseSession in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return RequestTypeCloseSession Modifier and Type Method Description static RequestTypeCloseSessionRequestTypeCloseSession. fromString(String key)RequestTypeCloseSessionCloseSessionRequest. getAction()static RequestTypeCloseSessionRequestTypeCloseSession. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestTypeCloseSession[]RequestTypeCloseSession. 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 RequestTypeCloseSession Modifier and Type Method Description CloseSessionRequestCloseSessionRequest. action(RequestTypeCloseSession action)voidCloseSessionRequest. setAction(RequestTypeCloseSession action)
-