Uses of Class
org.kiwiproject.consul.model.kv.ImmutableTxResponse
Packages that use ImmutableTxResponse
-
Uses of ImmutableTxResponse in org.kiwiproject.consul.model.kv
Methods in org.kiwiproject.consul.model.kv that return ImmutableTxResponseModifier and TypeMethodDescriptionImmutableTxResponse.Builder.build()Builds a newImmutableTxResponse.static ImmutableTxResponseImmutableTxResponse.copyOf(TxResponse instance) Creates an immutable copy of aTxResponsevalue.final ImmutableTxResponseImmutableTxResponse.withErrors(Iterable<? extends TxError> elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableTxResponseImmutableTxResponse.withErrors(TxError... elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableTxResponseImmutableTxResponse.withResults(Iterable<? extends Map<String, Value>> elements) Copy the current immutable object with elements that replace the content ofresults.final ImmutableTxResponseImmutableTxResponse.withResults(Map<String, Value>... elements) Copy the current immutable object with elements that replace the content ofresults.