Uses of Class
org.kiwiproject.consul.option.ImmutableQueryParameterOptions.Builder
Packages that use ImmutableQueryParameterOptions.Builder
-
Uses of ImmutableQueryParameterOptions.Builder in org.kiwiproject.consul.option
Methods in org.kiwiproject.consul.option that return ImmutableQueryParameterOptions.BuilderModifier and TypeMethodDescriptionImmutableQueryParameterOptions.builder()Creates a builder forImmutableQueryParameterOptions.ImmutableQueryParameterOptions.Builder.from(ParamAdder instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.option.ParamAdderinstance.ImmutableQueryParameterOptions.Builder.from(QueryParameterOptions instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.option.QueryParameterOptionsinstance.ImmutableQueryParameterOptions.Builder.prune(boolean prune) Initializes the optional valuepruneto prune.Initializes the optional valuepruneto prune.ImmutableQueryParameterOptions.Builder.putAllToHeaders(Map<String, ? extends String> entries) Put all mappings from the specified map as entries totoHeadersmap.ImmutableQueryParameterOptions.Builder.putAllToQuery(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries totoQuerymap.ImmutableQueryParameterOptions.Builder.putToHeaders(String key, String value) Put one entry to thetoHeadersmap.ImmutableQueryParameterOptions.Builder.putToHeaders(Map.Entry<String, ? extends String> entry) Put one entry to thetoHeadersmap.ImmutableQueryParameterOptions.Builder.putToQuery(String key, Object value) Put one entry to thetoQuerymap.ImmutableQueryParameterOptions.Builder.putToQuery(Map.Entry<String, ? extends Object> entry) Put one entry to thetoQuerymap.ImmutableQueryParameterOptions.Builder.replaceExistingChecks(boolean replaceExistingChecks) Initializes the optional valuereplaceExistingChecksto replaceExistingChecks.ImmutableQueryParameterOptions.Builder.replaceExistingChecks(Optional<Boolean> replaceExistingChecks) Initializes the optional valuereplaceExistingChecksto replaceExistingChecks.Sets or replaces all mappings from the specified map as entries for thetoHeadersmap.Sets or replaces all mappings from the specified map as entries for thetoQuerymap.