| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.serviceplans |
| Modifier and Type | Method and Description |
|---|---|
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.addAllCosts(Iterable<? extends Cost> elements)
Adds elements to
costs list. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.available(Boolean available)
Initializes the value for the
available attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.brokerCatalog(BrokerCatalog brokerCatalog)
Initializes the value for the
brokerCatalog attribute. |
static GetServicePlanResponse.Builder |
GetServicePlanResponse.builder()
Creates a builder for
GetServicePlanResponse. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.cost(Cost element)
Adds one element to
costs list. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.costs(Cost... elements)
Adds elements to
costs list. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.costs(Iterable<? extends Cost> elements)
Sets or replaces all elements for
costs list. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.description(String description)
Initializes the value for the
description attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.free(Boolean free)
Initializes the value for the
free attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.from(org.cloudfoundry.client.v3.serviceplans._GetServicePlanResponse instance)
Copy abstract value type
_GetServicePlanResponse instance into builder. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.from(GetServicePlanResponse instance)
Fill a builder with attribute values from the provided
GetServicePlanResponse instance. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.from(ServicePlan instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.serviceplans.ServicePlan instance. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.relationships(ServicePlanRelationships relationships)
Initializes the value for the
relationships attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.schemas(Schemas schemas)
Initializes the value for the
schemas attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
GetServicePlanResponse.Builder |
GetServicePlanResponse.Builder.visibilityType(Visibility visibilityType)
Initializes the value for the
visibilityType attribute. |
Copyright © 2020. All rights reserved.