Uses of Class
com.orbitz.consul.model.kv.TxError
-
Packages that use TxError Package Description com.orbitz.consul.model.kv -
-
Uses of TxError in com.orbitz.consul.model.kv
Subclasses of TxError in com.orbitz.consul.model.kv Modifier and Type Class Description classImmutableTxErrorImmutable implementation ofTxError.Methods in com.orbitz.consul.model.kv that return types with arguments of type TxError Modifier and Type Method Description com.google.common.collect.ImmutableList<TxError>ImmutableTxResponse. errors()abstract java.util.List<TxError>TxResponse. errors()Methods in com.orbitz.consul.model.kv with parameters of type TxError Modifier and Type Method Description ImmutableTxResponse.BuilderImmutableTxResponse.Builder. addErrors(TxError element)Adds one element toerrorslist.ImmutableTxResponse.BuilderImmutableTxResponse.Builder. addErrors(TxError... elements)Adds elements toerrorslist.static ImmutableTxErrorImmutableTxError. copyOf(TxError instance)Creates an immutable copy of aTxErrorvalue.ImmutableTxError.BuilderImmutableTxError.Builder. from(TxError instance)Fill a builder with attribute values from the providedTxErrorinstance.ImmutableTxResponseImmutableTxResponse. withErrors(TxError... elements)Copy the current immutable object with elements that replace the content oferrors.Method parameters in com.orbitz.consul.model.kv with type arguments of type TxError Modifier and Type Method Description ImmutableTxResponse.BuilderImmutableTxResponse.Builder. addAllErrors(java.lang.Iterable<? extends TxError> elements)Adds elements toerrorslist.ImmutableTxResponse.BuilderImmutableTxResponse.Builder. errors(java.lang.Iterable<? extends TxError> elements)Sets or replaces all elements forerrorslist.ImmutableTxResponseImmutableTxResponse. withErrors(java.lang.Iterable<? extends TxError> elements)Copy the current immutable object with elements that replace the content oferrors.
-