| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.serviceplans |
| Modifier and Type | Method and Description |
|---|---|
Cost |
Cost.Builder.build()
Builds a new
Cost. |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Cost> |
ServicePlan.getCosts()
The cost of the service plan as obtained from the service broker catalog
|
List<Cost> |
ServicePlanResource.getCosts()
The cost of the service plan as obtained from the service broker catalog
|
List<Cost> |
GetServicePlanResponse.getCosts()
The cost of the service plan as obtained from the service broker catalog
|
List<Cost> |
UpdateServicePlanResponse.getCosts()
The cost of the service plan as obtained from the service broker catalog
|
| Modifier and Type | Method and Description |
|---|---|
ServicePlanResource.Builder |
ServicePlanResource.Builder.cost(Cost element)
Adds one element to
costs list. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.cost(Cost element)
Adds one element to
costs list. |
UpdateServicePlanResponse.Builder |
UpdateServicePlanResponse.Builder.cost(Cost element)
Adds one element to
costs list. |
ServicePlanResource.Builder |
ServicePlanResource.Builder.costs(Cost... elements)
Adds elements to
costs list. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.costs(Cost... elements)
Adds elements to
costs list. |
UpdateServicePlanResponse.Builder |
UpdateServicePlanResponse.Builder.costs(Cost... elements)
Adds elements to
costs list. |
Cost.Builder |
Cost.Builder.from(Cost instance)
Fill a builder with attribute values from the provided
Cost instance. |
| Modifier and Type | Method and Description |
|---|---|
ServicePlanResource.Builder |
ServicePlanResource.Builder.addAllCosts(Iterable<? extends Cost> elements)
Adds elements to
costs list. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.addAllCosts(Iterable<? extends Cost> elements)
Adds elements to
costs list. |
UpdateServicePlanResponse.Builder |
UpdateServicePlanResponse.Builder.addAllCosts(Iterable<? extends Cost> elements)
Adds elements to
costs list. |
ServicePlanResource.Builder |
ServicePlanResource.Builder.costs(Iterable<? extends Cost> elements)
Sets or replaces all elements for
costs list. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.costs(Iterable<? extends Cost> elements)
Sets or replaces all elements for
costs list. |
UpdateServicePlanResponse.Builder |
UpdateServicePlanResponse.Builder.costs(Iterable<? extends Cost> elements)
Sets or replaces all elements for
costs list. |
Copyright © 2020. All rights reserved.