| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.serviceplans |
| Modifier and Type | Method and Description |
|---|---|
static Schema.Builder |
Schema.builder()
Creates a builder for
Schema. |
Schema.Builder |
Schema.Builder.from(Schema instance)
Fill a builder with attribute values from the provided
Schema instance. |
Schema.Builder |
Schema.Builder.parameter(Map.Entry<String,? extends String> entry)
Put one entry to the
parameters map. |
Schema.Builder |
Schema.Builder.parameter(String key,
String value)
Put one entry to the
parameters map. |
Schema.Builder |
Schema.Builder.parameters(Map<String,? extends String> parameters)
Sets or replaces all mappings from the specified map as entries for the
parameters map. |
Schema.Builder |
Schema.Builder.putAllParameters(Map<String,? extends String> parameters)
Put all mappings from the specified map as entries to
parameters map. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.