| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.serviceplans |
| Modifier and Type | Method and Description |
|---|---|
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.bindable(Boolean bindable)
Initializes the value for the
bindable attribute. |
static ServicePlanEntity.Builder |
ServicePlanEntity.builder()
Creates a builder for
ServicePlanEntity. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.description(String description)
Initializes the value for the
description attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.extra(String extra)
Initializes the value for the
extra attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.free(Boolean free)
Initializes the value for the
free attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.from(ServicePlanEntity instance)
Fill a builder with attribute values from the provided
ServicePlanEntity instance. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.maximumPollingDuration(Long maximumPollingDuration)
Initializes the value for the
maximumPollingDuration attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.planUpdatable(Boolean planUpdatable)
Initializes the value for the
planUpdatable attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.publiclyVisible(Boolean publiclyVisible)
Initializes the value for the
publiclyVisible attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.schemas(Schemas schemas)
Initializes the value for the
schemas attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.serviceId(String serviceId)
Initializes the value for the
serviceId attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.serviceInstancesUrl(String serviceInstancesUrl)
Initializes the value for the
serviceInstancesUrl attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.serviceUrl(String serviceUrl)
Initializes the value for the
serviceUrl attribute. |
ServicePlanEntity.Builder |
ServicePlanEntity.Builder.uniqueId(String uniqueId)
Initializes the value for the
uniqueId attribute. |
Copyright © 2020. All rights reserved.