| Package | Description |
|---|---|
| org.cloudfoundry.logcache.v1 |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
Metadata.Builder.build()
Builds a new
Metadata. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Metadata> |
MetaResponse.getMeta()
The meta data
|
| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
Metadata.Builder.from(Metadata instance)
Fill a builder with attribute values from the provided
Metadata instance. |
MetaResponse.Builder |
MetaResponse.Builder.meta(String key,
Metadata value)
Put one entry to the
meta map. |
| Modifier and Type | Method and Description |
|---|---|
MetaResponse.Builder |
MetaResponse.Builder.meta(Map.Entry<String,? extends Metadata> entry)
Put one entry to the
meta map. |
MetaResponse.Builder |
MetaResponse.Builder.meta(Map<String,? extends Metadata> entries)
Sets or replaces all mappings from the specified map as entries for the
meta map. |
MetaResponse.Builder |
MetaResponse.Builder.putAllMeta(Map<String,? extends Metadata> entries)
Put all mappings from the specified map as entries to
meta map. |
Copyright © 2022. All rights reserved.