Uses of Enum Class
com.mypurecloud.sdk.v2.model.ContentButtonResponse.TypeEnum
Packages that use ContentButtonResponse.TypeEnum
-
Uses of ContentButtonResponse.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContentButtonResponse.TypeEnumModifier and TypeMethodDescriptionContentButtonResponse.TypeEnum.fromString(String key) ContentButtonResponse.getType()Returns the enum constant of this class with the specified name.static ContentButtonResponse.TypeEnum[]ContentButtonResponse.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 ContentButtonResponse.TypeEnumModifier and TypeMethodDescriptionvoidContentButtonResponse.setType(ContentButtonResponse.TypeEnum type) ContentButtonResponse.type(ContentButtonResponse.TypeEnum type) Describes the button that resulted in the Button Response.