Uses of Enum Class
com.mypurecloud.sdk.v2.model.ResponseText.TypeEnum
Packages that use ResponseText.TypeEnum
-
Uses of ResponseText.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ResponseText.TypeEnumModifier and TypeMethodDescriptionstatic ResponseText.TypeEnumResponseText.TypeEnum.fromString(String key) ResponseText.getType()static ResponseText.TypeEnumReturns the enum constant of this class with the specified name.static ResponseText.TypeEnum[]ResponseText.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 ResponseText.TypeEnumModifier and TypeMethodDescriptionvoidResponseText.setType(ResponseText.TypeEnum type) ResponseText.type(ResponseText.TypeEnum type) Response text type.