| Package | Description |
|---|---|
| org.cloudfoundry.operations.services |
| Modifier and Type | Method and Description |
|---|---|
static ServicePlan.Builder |
ServicePlan.builder()
Creates a builder for
ServicePlan. |
ServicePlan.Builder |
ServicePlan.Builder.description(String description)
Initializes the value for the
description attribute. |
ServicePlan.Builder |
ServicePlan.Builder.free(Boolean free)
Initializes the value for the
free attribute. |
ServicePlan.Builder |
ServicePlan.Builder.from(ServicePlan instance)
Fill a builder with attribute values from the provided
ServicePlan instance. |
ServicePlan.Builder |
ServicePlan.Builder.id(String id)
Initializes the value for the
id attribute. |
ServicePlan.Builder |
ServicePlan.Builder.name(String name)
Initializes the value for the
name attribute. |
Copyright © 2018. All rights reserved.