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)
JSON that contains user interface options.
uiConfig
- the value to setpublic ManagementDashboardTileDetails.Builder dataConfig(List<Object> dataConfig)
Array of JSON that contain data source options.
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–2023. All rights reserved.