| Package | Description |
|---|---|
| com.orbitz.consul.model.kv |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTxResponse |
ImmutableTxResponse.Builder.build()
Builds a new
ImmutableTxResponse. |
static ImmutableTxResponse |
ImmutableTxResponse.copyOf(TxResponse instance)
Creates an immutable copy of a
TxResponse value. |
ImmutableTxResponse |
ImmutableTxResponse.withErrors(Iterable<? extends TxError> elements)
Copy the current immutable object with elements that replace the content of
errors. |
ImmutableTxResponse |
ImmutableTxResponse.withErrors(TxError... elements)
Copy the current immutable object with elements that replace the content of
errors. |
ImmutableTxResponse |
ImmutableTxResponse.withResults(Iterable<? extends Map<String,Value>> elements)
Copy the current immutable object with elements that replace the content of
results. |
ImmutableTxResponse |
ImmutableTxResponse.withResults(Map<String,Value>... elements)
Copy the current immutable object with elements that replace the content of
results. |
Copyright © 2018. All rights reserved.