| Package | Description |
|---|---|
| org.cloudfoundry.logcache.v1 |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeBatch.Builder |
EnvelopeBatch.Builder.addAllBatch(Iterable<? extends Envelope> elements)
Adds elements to
batch list. |
EnvelopeBatch.Builder |
EnvelopeBatch.Builder.batch(Envelope... elements)
Adds elements to
batch list. |
EnvelopeBatch.Builder |
EnvelopeBatch.Builder.batch(Envelope element)
Adds one element to
batch list. |
EnvelopeBatch.Builder |
EnvelopeBatch.Builder.batch(Iterable<? extends Envelope> elements)
Sets or replaces all elements for
batch list. |
static EnvelopeBatch.Builder |
EnvelopeBatch.builder()
Creates a builder for
EnvelopeBatch. |
EnvelopeBatch.Builder |
EnvelopeBatch.Builder.from(EnvelopeBatch instance)
Fill a builder with attribute values from the provided
EnvelopeBatch instance. |
Copyright © 2021. All rights reserved.