FeatureFlagAttributes |
FeatureFlagAttributes.addFeatureFlagEnvironmentsItem(FeatureFlagEnvironment featureFlagEnvironmentsItem) |
FeatureFlagAttributes |
FeatureFlagAttributes.addTagsItem(String tagsItem) |
FeatureFlagAttributes |
FeatureFlagAttributes.addVariantsItem(Variant variantsItem) |
FeatureFlagAttributes |
FeatureFlagAttributes.archivedAt(OffsetDateTime archivedAt) |
FeatureFlagAttributes |
FeatureFlagAttributes.createdAt(OffsetDateTime createdAt) |
FeatureFlagAttributes |
FeatureFlagAttributes.createdBy(UUID createdBy) |
FeatureFlagAttributes |
FeatureFlagAttributes.description(String description) |
FeatureFlagAttributes |
FeatureFlagAttributes.distributionChannel(String distributionChannel) |
FeatureFlagAttributes |
FeatureFlagAttributes.featureFlagEnvironments(List<FeatureFlagEnvironment> featureFlagEnvironments) |
FeatureFlagAttributes |
FeatureFlag.getAttributes()
Attributes of a feature flag.
|
FeatureFlagAttributes |
FeatureFlagAttributes.jsonSchema(String jsonSchema) |
FeatureFlagAttributes |
FeatureFlagAttributes.key(String key) |
FeatureFlagAttributes |
FeatureFlagAttributes.lastUpdatedBy(UUID lastUpdatedBy) |
FeatureFlagAttributes |
FeatureFlagAttributes.name(String name) |
FeatureFlagAttributes |
FeatureFlagAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FeatureFlagAttributes |
FeatureFlagAttributes.requireApproval(Boolean requireApproval) |
FeatureFlagAttributes |
FeatureFlagAttributes.stalenessStatus(String stalenessStatus) |
FeatureFlagAttributes |
FeatureFlagAttributes.tags(List<String> tags) |
FeatureFlagAttributes |
FeatureFlagAttributes.updatedAt(OffsetDateTime updatedAt) |
FeatureFlagAttributes |
FeatureFlagAttributes.valueType(ValueType valueType) |
FeatureFlagAttributes |
FeatureFlagAttributes.variants(List<Variant> variants) |