Uses of Enum Class
com.mypurecloud.sdk.v2.model.Widget.SortOrderEnum
Packages that use Widget.SortOrderEnum
-
Uses of Widget.SortOrderEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Widget.SortOrderEnumModifier and TypeMethodDescriptionstatic Widget.SortOrderEnumWidget.SortOrderEnum.fromString(String key) Widget.getSortOrder()static Widget.SortOrderEnumReturns the enum constant of this class with the specified name.static Widget.SortOrderEnum[]Widget.SortOrderEnum.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.SortOrderEnumModifier and TypeMethodDescriptionvoidWidget.setSortOrder(Widget.SortOrderEnum sortOrder) Widget.sortOrder(Widget.SortOrderEnum sortOrder) The sort order of the table.