Uses of Class
cloud.genesys.webmessaging.sdk.model.Status
-
Packages that use Status Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of Status in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return Status Modifier and Type Method Description static StatusStatus. fromString(String key)StatusIncomingNormalizedMessage. getStatus()static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. 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 Status Modifier and Type Method Description voidIncomingNormalizedMessage. setStatus(Status status)IncomingNormalizedMessageIncomingNormalizedMessage. status(Status status)
-