GraphConfiguration.Builder |
GraphConfiguration.Builder.setAxes(Axes axes) |
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setCondition(java.lang.String condition) |
If the condition is met then the widget will be displayed to UI.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setCreateTime(java.lang.Long createTime) |
Timestamp of resource creation format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setCreateUser(java.lang.String createUser) |
ID of the user who created this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setDatasources(java.util.List<Datasource> datasources) |
The 'datasources' represent the sources from which data will be fetched.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setDefaultFilterValue(java.util.List<DefaultFilterValue> defaultFilterValue) |
Default filter values to be passed to datasources.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setDescription(java.lang.String description) |
Description of this resource
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setDisplayName(java.lang.String displayName) |
Title of the widget.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setDisplayxValue(java.lang.Boolean displayxValue) |
If true, value of a point is shown as label on X axis.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setDrilldownId(java.lang.String drilldownId) |
Id of drilldown widget, if any.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setFeatureSet(FeatureSet featureSet) |
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setFilter(java.lang.String filter) |
Id of filter widget for subscription, if any.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setFilters(java.util.List<java.lang.String> filters) |
A List of filter applied to this widget configuration.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setFilterValueRequired(java.lang.Boolean filterValueRequired) |
Flag to indicate that widget will continue to work without filter value.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setFooter(Footer footer) |
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setGraphs(java.util.List<GraphDefinition> graphs) |
Graphs
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setGraphsColors(java.util.List<java.lang.String> graphsColors) |
An array of graphs colors which will be applied to each graph seperately.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setIcons(java.util.List<Icon> icons) |
Icons to be applied at dashboard for widgets and UI elements.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setId(java.lang.String id) |
Unique identifier of this resource
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setIsDrilldown(java.lang.Boolean isDrilldown) |
Set to true if this widget should be used as a drilldown.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setLastModifiedTime(java.lang.Long lastModifiedTime) |
Timestamp of last modification format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setLastModifiedUser(java.lang.String lastModifiedUser) |
ID of the user who last modified this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setLegend(Legend legend) |
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setLineChartPlotConfigs(java.util.List<LineChartPlotConfiguration> lineChartPlotConfigs) |
List of line chart plotting configuration.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setLinks(java.util.List<ResourceLink> links) |
The server will populate this field when returing the resource.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setNavigation(java.lang.String navigation) |
Hyperlink of the specified UI page that provides details.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setPlotConfigs(java.util.List<WidgetPlotConfiguration> plotConfigs) |
List of plotting configuration for a given widget.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setProtection(java.lang.String protection) |
Protection status is one of the following: PROTECTED - the client who retrieved
the entity is not allowed to modify it.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setRevision(java.lang.Long revision) |
The _revision property describes the current revision of the resource.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setRowspan(java.lang.Long rowspan) |
Represents the vertical span of the widget / container.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setSchema(java.lang.String schema) |
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setSelf(SelfResourceLink self) |
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setShared(java.lang.Boolean shared) |
Please use the property 'shared' of View instead of this.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setShowHeader(java.lang.Boolean showHeader) |
If the value of this field is set to true then card header will be displayed
otherwise only card will be displayed without header.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setSpan(java.lang.Long span) |
Represents the horizontal span of the widget / container.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setSubType(java.lang.String subType) |
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setSystemOwned(java.lang.Boolean systemOwned) |
Indicates system owned resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setTags(java.util.List<Tag> tags) |
Opaque identifiers meaningful to the API user
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setWeight(java.lang.Long weight) |
Specify relavite weight in WidgetItem for placement in a view.
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setxValueType(java.lang.String xValueType) |
|
GraphConfiguration.Builder |
GraphConfiguration.Builder.setyValueType(java.lang.String yValueType) |
|