Uses of Class
org.kiwiproject.consul.option.ImmutableQueryParameterOptions
Packages that use ImmutableQueryParameterOptions
-
Uses of ImmutableQueryParameterOptions in org.kiwiproject.consul.option
Methods in org.kiwiproject.consul.option that return ImmutableQueryParameterOptionsModifier and TypeMethodDescriptionImmutableQueryParameterOptions.Builder.build()Builds a newImmutableQueryParameterOptions.ImmutableQueryParameterOptions.copyOf(QueryParameterOptions instance) Creates an immutable copy of aQueryParameterOptionsvalue.ImmutableQueryParameterOptions.withPrune(boolean value) Copy the current immutable object by setting a present value for the optionalpruneattribute.Copy the current immutable object by setting an optional value for thepruneattribute.ImmutableQueryParameterOptions.withReplaceExistingChecks(boolean value) Copy the current immutable object by setting a present value for the optionalreplaceExistingChecksattribute.ImmutableQueryParameterOptions.withReplaceExistingChecks(Optional<Boolean> optional) Copy the current immutable object by setting an optional value for thereplaceExistingChecksattribute.ImmutableQueryParameterOptions.withToHeaders(Map<String, ? extends String> entries) Copy the current immutable object by replacing thetoHeadersmap with the specified map.ImmutableQueryParameterOptions.withToQuery(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thetoQuerymap with the specified map.