Uses of Enum Class
com.mypurecloud.sdk.v2.model.Widget.SelectedSegmentTypesEnum
Packages that use Widget.SelectedSegmentTypesEnum
-
Uses of Widget.SelectedSegmentTypesEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Widget.SelectedSegmentTypesEnumModifier and TypeMethodDescriptionWidget.SelectedSegmentTypesEnum.fromString(String key) Returns the enum constant of this class with the specified name.static Widget.SelectedSegmentTypesEnum[]Widget.SelectedSegmentTypesEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type Widget.SelectedSegmentTypesEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Widget.SelectedSegmentTypesEnumModifier and TypeMethodDescriptionWidget.selectedSegmentTypes(List<Widget.SelectedSegmentTypesEnum> selectedSegmentTypes) Indicates the selected segment types used to filter the agent activity in the dashboard.voidWidget.setSelectedSegmentTypes(List<Widget.SelectedSegmentTypesEnum> selectedSegmentTypes)