| Package | Description |
|---|---|
| org.cloudfoundry.logcache.v1 |
| Modifier and Type | Method and Description |
|---|---|
static EnvelopeType |
EnvelopeType.from(String s) |
static EnvelopeType |
EnvelopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvelopeType[] |
EnvelopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvelopeType> |
ReadRequest.getEnvelopeTypes() |
| Modifier and Type | Method and Description |
|---|---|
ReadRequest.Builder |
ReadRequest.Builder.envelopeType(EnvelopeType element)
Adds one element to
envelopeTypes list. |
ReadRequest.Builder |
ReadRequest.Builder.envelopeTypes(EnvelopeType... elements)
Adds elements to
envelopeTypes list. |
| Modifier and Type | Method and Description |
|---|---|
ReadRequest.Builder |
ReadRequest.Builder.addAllEnvelopeTypes(Iterable<? extends EnvelopeType> elements)
Adds elements to
envelopeTypes list. |
ReadRequest.Builder |
ReadRequest.Builder.envelopeTypes(Iterable<? extends EnvelopeType> elements)
Sets or replaces all elements for
envelopeTypes list. |
Copyright © 2021. All rights reserved.