| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.serviceplans |
| Modifier and Type | Method and Description |
|---|---|
static Visibility |
Visibility.from(String s) |
abstract Visibility |
ServicePlan.getVisibilityType()
Denotes the visibility of the plan
|
Visibility |
ServicePlanResource.getVisibilityType()
Denotes the visibility of the plan
|
Visibility |
GetServicePlanResponse.getVisibilityType()
Denotes the visibility of the plan
|
Visibility |
UpdateServicePlanResponse.getVisibilityType()
Denotes the visibility of the plan
|
static Visibility |
Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Visibility[] |
Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServicePlanResource.Builder |
ServicePlanResource.Builder.visibilityType(Visibility visibilityType)
Initializes the value for the
visibilityType attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.visibilityType(Visibility visibilityType)
Initializes the value for the
visibilityType attribute. |
UpdateServicePlanResponse.Builder |
UpdateServicePlanResponse.Builder.visibilityType(Visibility visibilityType)
Initializes the value for the
visibilityType attribute. |
Copyright © 2020. All rights reserved.