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