| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.featureflags |
| Modifier and Type | Method and Description |
|---|---|
FeatureFlagEntity |
FeatureFlagEntity.Builder.build()
Builds a new
FeatureFlagEntity. |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureFlagEntity> |
ListFeatureFlagsResponse.getFeatureFlags()
The feature flags
|
| Modifier and Type | Method and Description |
|---|---|
ListFeatureFlagsResponse.Builder |
ListFeatureFlagsResponse.Builder.featureFlag(FeatureFlagEntity... elements)
Adds elements to
featureFlags list. |
ListFeatureFlagsResponse.Builder |
ListFeatureFlagsResponse.Builder.featureFlag(FeatureFlagEntity element)
Adds one element to
featureFlags list. |
FeatureFlagEntity.Builder |
FeatureFlagEntity.Builder.from(FeatureFlagEntity instance)
Fill a builder with attribute values from the provided
FeatureFlagEntity instance. |
| Modifier and Type | Method and Description |
|---|---|
ListFeatureFlagsResponse.Builder |
ListFeatureFlagsResponse.Builder.addAllFeatureFlags(Iterable<? extends FeatureFlagEntity> elements)
Adds elements to
featureFlags list. |
ListFeatureFlagsResponse.Builder |
ListFeatureFlagsResponse.Builder.featureFlags(Iterable<? extends FeatureFlagEntity> elements)
Sets or replaces all elements for
featureFlags list. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.