| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.serviceinstances |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.addAllTags(Iterable<String> elements)
Adds elements to
tags list. |
static ServiceInstanceEntity.Builder |
ServiceInstanceEntity.builder()
Creates a builder for
ServiceInstanceEntity. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.credential(Map.Entry<String,? extends Object> entry)
Put one entry to the
credentials map. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.credential(String key,
Object value)
Put one entry to the
credentials map. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.credentials(Map<String,? extends Object> entries)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.dashboardUrl(String dashboardUrl)
Initializes the value for the
dashboardUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.from(org.cloudfoundry.client.v2.serviceinstances._ServiceInstanceEntity instance)
Copy abstract value type
_ServiceInstanceEntity instance into builder. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.from(BaseServiceInstanceEntity instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.serviceinstances.BaseServiceInstanceEntity instance. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.from(ServiceInstanceEntity instance)
Fill a builder with attribute values from the provided
ServiceInstanceEntity instance. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.gatewayData(GatewayData gatewayData)
Deprecated.
|
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.lastOperation(LastOperation lastOperation)
Initializes the value for the
lastOperation attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.putAllCredentials(Map<String,? extends Object> entries)
Put all mappings from the specified map as entries to
credentials map. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.routesUrl(String routesUrl)
Initializes the value for the
routesUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.serviceBindingsUrl(String serviceBindingsUrl)
Initializes the value for the
serviceBindingsUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.serviceId(String serviceId)
Initializes the value for the
serviceId attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.serviceInstanceParametersUrl(String serviceInstanceParametersUrl)
Initializes the value for the
serviceInstanceParametersUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.serviceKeysUrl(String serviceKeysUrl)
Initializes the value for the
serviceKeysUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.servicePlanId(String servicePlanId)
Initializes the value for the
servicePlanId attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.servicePlanUrl(String servicePlanUrl)
Initializes the value for the
servicePlanUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.serviceUrl(String serviceUrl)
Initializes the value for the
serviceUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.sharedFromUrl(String sharedFromUrl)
Initializes the value for the
sharedFromUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.sharedToUrl(String sharedToUrl)
Initializes the value for the
sharedToUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.spaceUrl(String spaceUrl)
Initializes the value for the
spaceUrl attribute. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.tag(String element)
Adds one element to
tags list. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.tags(Iterable<String> elements)
Sets or replaces all elements for
tags list. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.tags(String... elements)
Adds elements to
tags list. |
ServiceInstanceEntity.Builder |
ServiceInstanceEntity.Builder.type(String type)
Initializes the value for the
type attribute. |
Copyright © 2020. All rights reserved.