Uses of Enum Class
com.mypurecloud.sdk.v2.model.WebMessagingButtonResponse.TypeEnum
Packages that use WebMessagingButtonResponse.TypeEnum
-
Uses of WebMessagingButtonResponse.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebMessagingButtonResponse.TypeEnumModifier and TypeMethodDescriptionWebMessagingButtonResponse.TypeEnum.fromString(String key) WebMessagingButtonResponse.getType()Returns the enum constant of this class with the specified name.static WebMessagingButtonResponse.TypeEnum[]WebMessagingButtonResponse.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type WebMessagingButtonResponse.TypeEnumModifier and TypeMethodDescriptionvoidWebMessagingButtonResponse.setType(WebMessagingButtonResponse.TypeEnum type) WebMessagingButtonResponse.type(WebMessagingButtonResponse.TypeEnum type) Describes the button that resulted in the Button Response.