Uses of Class
org.kiwiproject.consul.option.ImmutablePutOptions
Packages that use ImmutablePutOptions
-
Uses of ImmutablePutOptions in org.kiwiproject.consul.option
Methods in org.kiwiproject.consul.option that return ImmutablePutOptionsModifier and TypeMethodDescriptionImmutablePutOptions.Builder.build()Builds a newImmutablePutOptions.static ImmutablePutOptionsImmutablePutOptions.copyOf(PutOptions instance) Creates an immutable copy of aPutOptionsvalue.final ImmutablePutOptionsImmutablePutOptions.withAcquire(String value) Copy the current immutable object by setting a present value for the optionalacquireattribute.final ImmutablePutOptionsImmutablePutOptions.withAcquire(Optional<String> optional) Copy the current immutable object by setting an optional value for theacquireattribute.final ImmutablePutOptionsImmutablePutOptions.withCas(long value) Copy the current immutable object by setting a present value for the optionalcasattribute.final ImmutablePutOptionsCopy the current immutable object by setting an optional value for thecasattribute.final ImmutablePutOptionsCopy the current immutable object by setting a present value for the optionaldcattribute.final ImmutablePutOptionsCopy the current immutable object by setting an optional value for thedcattribute.final ImmutablePutOptionsImmutablePutOptions.withRelease(String value) Copy the current immutable object by setting a present value for the optionalreleaseattribute.final ImmutablePutOptionsImmutablePutOptions.withRelease(Optional<String> optional) Copy the current immutable object by setting an optional value for thereleaseattribute.final ImmutablePutOptionsImmutablePutOptions.withToHeaders(Map<String, ? extends String> entries) Copy the current immutable object by replacing thetoHeadersmap with the specified map.final ImmutablePutOptionsCopy the current immutable object by setting a present value for the optionaltokenattribute.final ImmutablePutOptionsCopy the current immutable object by setting an optional value for thetokenattribute.final ImmutablePutOptionsImmutablePutOptions.withToQueryParameters(Iterable<String> elements) Copy the current immutable object with elements that replace the content oftoQueryParameters.final ImmutablePutOptionsImmutablePutOptions.withToQueryParameters(String... elements) Copy the current immutable object with elements that replace the content oftoQueryParameters.