| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.serviceinstances |
| Modifier and Type | Method and Description |
|---|---|
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.addAllTags(Iterable<String> elements)
Adds elements to
tags list. |
static GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.builder()
Creates a builder for
GetServiceInstanceResponse. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.dashboardUrl(String dashboardUrl)
Initializes the value for the
dashboardUrl attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.from(org.cloudfoundry.client.v3.serviceinstances._GetServiceInstanceResponse instance)
Copy abstract value type
_GetServiceInstanceResponse instance into builder. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.from(GetServiceInstanceResponse instance)
Fill a builder with attribute values from the provided
GetServiceInstanceResponse instance. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.from(ServiceInstance instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.serviceinstances.ServiceInstance instance. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.lastOperation(LastOperation lastOperation)
Initializes the value for the
lastOperation attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.relationships(ServiceInstanceRelationships relationships)
Initializes the value for the
relationships attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.routeServiceUrl(String routeServiceUrl)
Initializes the value for the
routeServiceUrl attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.syslogDrainUrl(String syslogDrainUrl)
Initializes the value for the
syslogDrainUrl attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.tag(String element)
Adds one element to
tags list. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.tags(Iterable<String> elements)
Sets or replaces all elements for
tags list. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.tags(String... elements)
Adds elements to
tags list. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.type(ServiceInstanceType type)
Initializes the value for the
type attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.updateAvailable(Boolean updateAvailable)
Initializes the value for the
updateAvailable attribute. |
GetServiceInstanceResponse.Builder |
GetServiceInstanceResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2023. All rights reserved.