Uses of Class
com.mypurecloud.sdk.v2.model.Widget
Packages that use Widget
-
Uses of Widget in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WidgetModifier and TypeMethodDescriptionWidget.agentInteractionSortOrder(Widget.AgentInteractionSortOrderEnum agentInteractionSortOrder) The sort order of the interactions in the agent status widget.The column number for the specific dashboard widget configuration.Widget.displayAggregates(Boolean displayAggregates) Indicates whether to display aggregate across all entity and media type combination.Widget.displayAsTable(Boolean displayAsTable) Indicates the widget to be displayed as table.Widget.displayText(String displayText) The display text for the dashboard widget configuration.Widget.displayTextColor(String displayTextColor) The color of the display text for the dashboard widget configuration in RGB hexadecimal format (for example \"#FF0000\" represents red).Widget.entityLimit(Integer entityLimit) Indicates the limit of displayed entities.Widget.filter(ViewFilter filter) The filters to be applied for dashboard widget configurationWidget.isFullWidth(Boolean isFullWidth) Indicates whether a widget should take the full width of a dashboard or be shown only in a single slot.Widget.mediaTypes(List<Widget.MediaTypesEnum> mediaTypes) The list of media types for the dashboard widget configurationWidget.metrics(List<Widget.MetricsEnum> metrics) The list of metrics for the dashboard widget configuration.Widget.periods(List<Widget.PeriodsEnum> periods) The list of periods for the dashboard widget configurationThe row number for the specific dashboard widget configuration.Widget.selectedSegmentTypes(List<Widget.SelectedSegmentTypesEnum> selectedSegmentTypes) Indicates the selected segment types used to filter the agent activity in the dashboard.Widget.selectedStatuses(List<Widget.SelectedStatusesEnum> selectedStatuses) Indicates the selected statuses used to filter the agent widget in the dashboard.Widget.showDuration(Boolean showDuration) Indicates the display to include duration.Widget.showLongest(Boolean showLongest) Indicates the display be the longest time.Widget.showOfflineAgents(Boolean showOfflineAgents) Indicates to show offline agent widget.Widget.showPercentageChange(Boolean showPercentageChange) Indicates whether a widget should show the percentage diff between two values.Widget.showProfilePicture(Boolean showProfilePicture) Indicates whether a widget should show the profile picture of an agent.Widget.showTimeInStatus(Boolean showTimeInStatus) Indicates the show time in status of a widget configuration.Widget.sortKey(Widget.SortKeyEnum sortKey) The sort key of the table.Widget.sortOrder(Widget.SortOrderEnum sortOrder) The sort order of the table.Widget.splitByMediaType(Boolean splitByMediaType) Indicates that data for each media type should be shown individually.Widget.splitFilters(Boolean splitFilters) Indicates each filter to be displayed individually.The title for the dashboard widget configuration.Widget.type(Widget.TypeEnum type) The type of dashboard widget configuration.List of warnings for dashboard widget configurationWidget.webContentUrl(String webContentUrl) The external web URL for the dashboard widget configuration.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WidgetMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WidgetModifier and TypeMethodDescriptionvoidDashboardConfiguration.setWidgets(List<Widget> widgets) List of widgets for dashboard configuration.