Uses of Class
org.kiwiproject.consul.option.ImmutablePutOptions.Builder
Packages that use ImmutablePutOptions.Builder
-
Uses of ImmutablePutOptions.Builder in org.kiwiproject.consul.option
Methods in org.kiwiproject.consul.option that return ImmutablePutOptions.BuilderModifier and TypeMethodDescriptionInitializes the optional valueacquireto acquire.Initializes the optional valueacquireto acquire.ImmutablePutOptions.Builder.addAllToQueryParameters(Iterable<String> elements) Adds elements totoQueryParameterslist.ImmutablePutOptions.Builder.addToQueryParameters(String element) Adds one element totoQueryParameterslist.ImmutablePutOptions.Builder.addToQueryParameters(String... elements) Adds elements totoQueryParameterslist.static ImmutablePutOptions.BuilderImmutablePutOptions.builder()Creates a builder forImmutablePutOptions.ImmutablePutOptions.Builder.cas(long cas) Initializes the optional valuecasto cas.Initializes the optional valuecasto cas.Initializes the optional valuedcto dc.Initializes the optional valuedcto dc.ImmutablePutOptions.Builder.from(ParamAdder instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.option.ParamAdderinstance.ImmutablePutOptions.Builder.from(PutOptions instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.option.PutOptionsinstance.ImmutablePutOptions.Builder.putAllToHeaders(Map<String, ? extends String> entries) Put all mappings from the specified map as entries totoHeadersmap.ImmutablePutOptions.Builder.putToHeaders(String key, String value) Put one entry to thetoHeadersmap.ImmutablePutOptions.Builder.putToHeaders(Map.Entry<String, ? extends String> entry) Put one entry to thetoHeadersmap.Initializes the optional valuereleaseto release.Initializes the optional valuereleaseto release.Sets or replaces all mappings from the specified map as entries for thetoHeadersmap.Initializes the optional valuetokento token.Initializes the optional valuetokento token.ImmutablePutOptions.Builder.toQueryParameters(Iterable<String> elements) Sets or replaces all elements fortoQueryParameterslist.