Package com.mypurecloud.sdk.v2.model
Class DashboardConfiguration
java.lang.Object
com.mypurecloud.sdk.v2.model.DashboardConfiguration
- All Implemented Interfaces:
Serializable
DashboardConfiguration
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe layout type of the dashboard -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe count of columns for the specific dashboard.dashboardsSharedWith(DashboardsSharedWith dashboardsSharedWith) The list of users and teams the dashboard is shared withdateCreated(Date dateCreated) The created date of the dashboard.dateDeleted(Date dateDeleted) The deleted date of the dashboard.dateModified(Date dateModified) The last modified date of the dashboard.booleanThe flag indicates if the dashboard is favorited by the usergetId()getName()getRows()inthashCode()layoutType(DashboardConfiguration.LayoutTypeEnum layoutType) The layout type of the dashboardThe name of dashboard configuration.publicDashboard(Boolean publicDashboard) The flag to indicate if the dashboard is published by an userThe count of rows for the specific dashboard configuration.voidsetColumns(Integer columns) voidsetDashboardsSharedWith(DashboardsSharedWith dashboardsSharedWith) voidsetDateCreated(Date dateCreated) voidsetDateDeleted(Date dateDeleted) voidsetDateModified(Date dateModified) voidsetFavorite(Boolean favorite) voidsetLayoutType(DashboardConfiguration.LayoutTypeEnum layoutType) voidvoidsetPublicDashboard(Boolean publicDashboard) voidvoidvoidsetWidgets(List<Widget> widgets) The flag to indicate if the dashboard is sharedtoString()List of widgets for dashboard configuration.
-
Constructor Details
-
DashboardConfiguration
public DashboardConfiguration() -
DashboardConfiguration
-
-
Method Details
-
getId
-
name
The name of dashboard configuration. -
getName
-
setName
-
rows
The count of rows for the specific dashboard configuration. -
getRows
-
setRows
-
columns
The count of columns for the specific dashboard. -
getColumns
-
setColumns
-
widgets
List of widgets for dashboard configuration. -
getWidgets
-
setWidgets
-
favorite
The flag indicates if the dashboard is favorited by the user -
getFavorite
-
setFavorite
-
publicDashboard
The flag to indicate if the dashboard is published by an user -
getPublicDashboard
-
setPublicDashboard
-
getRestricted
-
layoutType
The layout type of the dashboard -
getLayoutType
-
setLayoutType
-
dateCreated
The created date of the dashboard. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
The last modified date of the dashboard. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
dateDeleted
The deleted date of the dashboard. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateDeleted
-
setDateDeleted
-
getCreatedBy
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-