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