| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.featureflags |
| Modifier and Type | Method and Description |
|---|---|
static FeatureFlagEntity.Builder |
FeatureFlagEntity.builder()
Creates a builder for
FeatureFlagEntity. |
FeatureFlagEntity.Builder |
FeatureFlagEntity.Builder.enabled(Boolean enabled)
Initializes the value for the
enabled attribute. |
FeatureFlagEntity.Builder |
FeatureFlagEntity.Builder.errorMessage(String errorMessage)
Initializes the value for the
errorMessage attribute. |
FeatureFlagEntity.Builder |
FeatureFlagEntity.Builder.from(AbstractFeatureFlag instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.featureflags.AbstractFeatureFlag instance. |
FeatureFlagEntity.Builder |
FeatureFlagEntity.Builder.from(FeatureFlagEntity instance)
Fill a builder with attribute values from the provided
FeatureFlagEntity instance. |
FeatureFlagEntity.Builder |
FeatureFlagEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
FeatureFlagEntity.Builder |
FeatureFlagEntity.Builder.url(String url)
Initializes the value for the
url attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.