| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.servicekeys |
| Modifier and Type | Method and Description |
|---|---|
static ServiceKeyEntity.Builder |
ServiceKeyEntity.builder()
Creates a builder for
ServiceKeyEntity. |
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.credential(Map.Entry<String,? extends Object> entry)
Put one entry to the
credentials map. |
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.credential(String key,
Object value)
Put one entry to the
credentials map. |
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.credentials(Map<String,? extends Object> credentials)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.from(ServiceKeyEntity instance)
Fill a builder with attribute values from the provided
ServiceKeyEntity instance. |
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.name(String name)
Initializes the value for the
name attribute. |
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.putAllCredentials(Map<String,? extends Object> credentials)
Put all mappings from the specified map as entries to
credentials map. |
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.serviceInstanceId(String serviceInstanceId)
Initializes the value for the
serviceInstanceId attribute. |
ServiceKeyEntity.Builder |
ServiceKeyEntity.Builder.serviceInstanceUrl(String serviceInstanceUrl)
Initializes the value for the
serviceInstanceUrl attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.