Uses of Enum Class
com.mypurecloud.sdk.v2.model.Widget.SortKeyEnum
Packages that use Widget.SortKeyEnum
-
Uses of Widget.SortKeyEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Widget.SortKeyEnumModifier and TypeMethodDescriptionstatic Widget.SortKeyEnumWidget.SortKeyEnum.fromString(String key) Widget.getSortKey()static Widget.SortKeyEnumReturns the enum constant of this class with the specified name.static Widget.SortKeyEnum[]Widget.SortKeyEnum.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.SortKeyEnumModifier and TypeMethodDescriptionvoidWidget.setSortKey(Widget.SortKeyEnum sortKey) Widget.sortKey(Widget.SortKeyEnum sortKey) The sort key of the table.