| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.featureflags |
| Modifier and Type | Method and Description |
|---|---|
static GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.builder()
Creates a builder for
GetFeatureFlagResponse. |
GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.Builder.enabled(Boolean enabled)
Initializes the value for the
enabled attribute. |
GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.Builder.errorMessage(String errorMessage)
Initializes the value for the
errorMessage attribute. |
GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.Builder.from(org.cloudfoundry.client.v2.featureflags._GetFeatureFlagResponse instance)
Copy abstract value type
_GetFeatureFlagResponse instance into builder. |
GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.Builder.from(AbstractFeatureFlag instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.featureflags.AbstractFeatureFlag instance. |
GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.Builder.from(GetFeatureFlagResponse instance)
Fill a builder with attribute values from the provided
GetFeatureFlagResponse instance. |
GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
GetFeatureFlagResponse.Builder |
GetFeatureFlagResponse.Builder.url(String url)
Initializes the value for the
url attribute. |
Copyright © 2020. All rights reserved.