public static interface FeatureValue.Builder extends SdkPojo, CopyableBuilder<FeatureValue.Builder,FeatureValue>
| Modifier and Type | Method and Description |
|---|---|
FeatureValue.Builder |
featureName(String featureName)
The name of a feature that a feature value corresponds to.
|
FeatureValue.Builder |
valueAsString(String valueAsString)
The value in string format associated with a feature.
|
FeatureValue.Builder |
valueAsStringList(Collection<String> valueAsStringList)
The list of values in string format associated with a feature.
|
FeatureValue.Builder |
valueAsStringList(String... valueAsStringList)
The list of values in string format associated with a feature.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFeatureValue.Builder featureName(String featureName)
The name of a feature that a feature value corresponds to.
featureName - The name of a feature that a feature value corresponds to.FeatureValue.Builder valueAsString(String valueAsString)
The value in string format associated with a feature. Used when your CollectionType is
None. Note that features types can be String, Integral, or
Fractional. This value represents all three types as a string.
valueAsString - The value in string format associated with a feature. Used when your CollectionType is
None. Note that features types can be String, Integral, or
Fractional. This value represents all three types as a string.FeatureValue.Builder valueAsStringList(Collection<String> valueAsStringList)
The list of values in string format associated with a feature. Used when your CollectionType is
a List, Set, or Vector. Note that features types can be
String, Integral, or Fractional. These values represents all three
types as a string.
valueAsStringList - The list of values in string format associated with a feature. Used when your
CollectionType is a List, Set, or Vector. Note
that features types can be String, Integral, or Fractional.
These values represents all three types as a string.FeatureValue.Builder valueAsStringList(String... valueAsStringList)
The list of values in string format associated with a feature. Used when your CollectionType is
a List, Set, or Vector. Note that features types can be
String, Integral, or Fractional. These values represents all three
types as a string.
valueAsStringList - The list of values in string format associated with a feature. Used when your
CollectionType is a List, Set, or Vector. Note
that features types can be String, Integral, or Fractional.
These values represents all three types as a string.Copyright © 2023. All rights reserved.