| Package | Description |
|---|---|
| org.cloudfoundry.client.v3 |
| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
Metadata.Builder.annotation(Map.Entry<String,? extends String> entry)
Put one entry to the
annotations map. |
Metadata.Builder |
Metadata.Builder.annotation(String key,
String value)
Put one entry to the
annotations map. |
Metadata.Builder |
Metadata.Builder.annotations(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
annotations map. |
static Metadata.Builder |
Metadata.builder()
Creates a builder for
Metadata. |
Metadata.Builder |
Metadata.Builder.from(Metadata instance)
Fill a builder with attribute values from the provided
Metadata instance. |
Metadata.Builder |
Metadata.Builder.label(Map.Entry<String,? extends String> entry)
Put one entry to the
labels map. |
Metadata.Builder |
Metadata.Builder.label(String key,
String value)
Put one entry to the
labels map. |
Metadata.Builder |
Metadata.Builder.labels(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
labels map. |
Metadata.Builder |
Metadata.Builder.putAllAnnotations(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
annotations map. |
Metadata.Builder |
Metadata.Builder.putAllLabels(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
labels map. |
Copyright © 2020. All rights reserved.