Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
BucketFieldValue Class
Namespace
BucketFieldValue Constructors
The following are constructors for BucketFieldValue.
BucketFieldValue(label, sourceDimensionValues, rangeUpperBound)
Signature
public BucketFieldValue(String label, List<String> sourceDimensionValues, Double rangeUpperBound)
Parameters
-
label:
Type: String
The user-facing name of the bucket.
-
sourceDimensionValues:
A list of the values from the source field included in this bucket category (in buckets of type PICKLIST and buckets of type TEXT).
-
rangeUpperBound:
Type: Double
The greatest range limit under which values are included in this bucket category (in buckets of type NUMBER).
BucketFieldValue Methods
The following are methods for BucketFieldValue.
getRangeUpperBound()
Signature
public Double getRangeUpperBound()
Return Value
Type: Double
setLabel(label)
setRangeUpperBound(rangeUpperBound)
Signature
public void setRangeUpperBound(Double rangeUpperBound)
Parameters
-
rangeUpperBound:
Type: Double
Return Value
Type: void