Builder
class Builder
A builder for V2RetrieveFeaturesResponse.
Functions
Link copied to clipboard
fun addFeature(feature: V2RetrieveFeaturesResponse.SpendFeatureState): V2RetrieveFeaturesResponse.Builder
Adds a single SpendFeatureState to features.
Link copied to clipboard
fun additionalProperties(additionalProperties: Map<String, JsonValue>): V2RetrieveFeaturesResponse.Builder
Link copied to clipboard
Returns an immutable instance of V2RetrieveFeaturesResponse.
Link copied to clipboard
Sets Builder.evaluated to an arbitrary JSON value.
Timestamp at which the Features were evaluated
Link copied to clipboard
fun features(features: JsonField<List<V2RetrieveFeaturesResponse.SpendFeatureState>>): V2RetrieveFeaturesResponse.Builder
Sets Builder.features to an arbitrary JSON value.
fun features(features: List<V2RetrieveFeaturesResponse.SpendFeatureState>): V2RetrieveFeaturesResponse.Builder
Calculated Features used for evaluation of the provided Auth Rule
Link copied to clipboard
Link copied to clipboard
fun putAllAdditionalProperties(additionalProperties: Map<String, JsonValue>): V2RetrieveFeaturesResponse.Builder
Link copied to clipboard
Link copied to clipboard