public class ComponentSettingsAggregation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ComponentSettingsAggregation.VisualizationType
Type of visualization to use when rendering the aggregation.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Gets the label.
|
String |
getName()
Gets the name.
|
String |
getVisualizationType()
Gets the visualizationType.
|
Boolean |
isMultipleSelectionsAllowed()
Gets the multipleSelectionsAllowed.
|
public String getName()
Identifier used to map aggregation settings to aggregation configuration.
public String getLabel()
User-friendly alias for the aggregation.
public Boolean isMultipleSelectionsAllowed()
Whether users is allowed to select more than one of the aggregation terms.
public String getVisualizationType()
Type of visualization to use when rendering the aggregation.
Copyright © 2023 IBM Cloud. All rights reserved.