public static class ManagementDashboardTileDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public ManagementDashboardTileDetails.Builder displayName(String displayName)
Display name of the saved search.
displayName
- the value to setpublic ManagementDashboardTileDetails.Builder savedSearchId(String savedSearchId)
ID of the saved search.
savedSearchId
- the value to setpublic ManagementDashboardTileDetails.Builder row(Integer row)
Tile’s row number.
row
- the value to setpublic ManagementDashboardTileDetails.Builder column(Integer column)
Tile’s column number.
column
- the value to setpublic ManagementDashboardTileDetails.Builder height(Integer height)
The number of rows the tile occupies.
height
- the value to setpublic ManagementDashboardTileDetails.Builder width(Integer width)
The number of columns the tile occupies.
width
- the value to setpublic ManagementDashboardTileDetails.Builder nls(Object nls)
JSON that contains internationalization options.
nls
- the value to setpublic ManagementDashboardTileDetails.Builder uiConfig(Object uiConfig)
It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
uiConfig
- the value to setpublic ManagementDashboardTileDetails.Builder dataConfig(List<Object> dataConfig)
It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
dataConfig
- the value to setpublic ManagementDashboardTileDetails.Builder state(ManagementDashboardTileDetails.State state)
Current state of the saved search.
state
- the value to setpublic ManagementDashboardTileDetails.Builder drilldownConfig(Object drilldownConfig)
Drill-down configuration to define the destination of a drill-down action.
drilldownConfig
- the value to setpublic ManagementDashboardTileDetails.Builder parametersMap(Object parametersMap)
Specifies the saved search parameters values
parametersMap
- the value to setpublic ManagementDashboardTileDetails build()
public ManagementDashboardTileDetails.Builder copy(ManagementDashboardTileDetails model)
Copyright © 2016–2024. All rights reserved.