Uses of Interface
com.orbitz.consul.option.ParamAdder
-
Packages that use ParamAdder Package Description com.orbitz.consul.option -
-
Uses of ParamAdder in com.orbitz.consul.option
Classes in com.orbitz.consul.option that implement ParamAdder Modifier and Type Class Description classDeleteOptionsclassEventOptionsclassImmutableDeleteOptionsImmutable implementation ofDeleteOptions.classImmutableEventOptionsImmutable implementation ofEventOptions.classImmutablePutOptionsImmutable implementation ofPutOptions.classImmutableQueryOptionsImmutable implementation ofQueryOptions.classImmutableTransactionOptionsImmutable implementation ofTransactionOptions.classPutOptionsclassQueryOptionsContainer for common query options used by the Consul API.classTransactionOptionsContainer for common transaction options used by the Consul API.Methods in com.orbitz.consul.option with parameters of type ParamAdder Modifier and Type Method Description ImmutableDeleteOptions.BuilderImmutableDeleteOptions.Builder. from(ParamAdder instance)Fill a builder with attribute values from the providedcom.orbitz.consul.option.ParamAdderinstance.ImmutableEventOptions.BuilderImmutableEventOptions.Builder. from(ParamAdder instance)Fill a builder with attribute values from the providedcom.orbitz.consul.option.ParamAdderinstance.ImmutablePutOptions.BuilderImmutablePutOptions.Builder. from(ParamAdder instance)Fill a builder with attribute values from the providedcom.orbitz.consul.option.ParamAdderinstance.static java.util.Map<java.lang.String,java.lang.Object>Options. from(ParamAdder... options)
-