Uses of Class
org.kiwiproject.consul.option.ImmutableTokenQueryOptions
Packages that use ImmutableTokenQueryOptions
-
Uses of ImmutableTokenQueryOptions in org.kiwiproject.consul.option
Methods in org.kiwiproject.consul.option that return ImmutableTokenQueryOptionsModifier and TypeMethodDescriptionImmutableTokenQueryOptions.Builder.build()Builds a newImmutableTokenQueryOptions.static ImmutableTokenQueryOptionsImmutableTokenQueryOptions.copyOf(TokenQueryOptions instance) Creates an immutable copy of aTokenQueryOptionsvalue.ImmutableTokenQueryOptions.withAuthMethod(String value) Copy the current immutable object by setting a present value for the optionalauthMethodattribute.ImmutableTokenQueryOptions.withAuthMethod(Optional<String> optional) Copy the current immutable object by setting an optional value for theauthMethodattribute.ImmutableTokenQueryOptions.withAuthMethodNamespace(String value) Copy the current immutable object by setting a present value for the optionalauthMethodNamespaceattribute.ImmutableTokenQueryOptions.withAuthMethodNamespace(Optional<String> optional) Copy the current immutable object by setting an optional value for theauthMethodNamespaceattribute.ImmutableTokenQueryOptions.withNamespace(String value) Copy the current immutable object by setting a present value for the optionalnamespaceattribute.ImmutableTokenQueryOptions.withNamespace(Optional<String> optional) Copy the current immutable object by setting an optional value for thenamespaceattribute.ImmutableTokenQueryOptions.withPolicy(String value) Copy the current immutable object by setting a present value for the optionalpolicyattribute.ImmutableTokenQueryOptions.withPolicy(Optional<String> optional) Copy the current immutable object by setting an optional value for thepolicyattribute.Copy the current immutable object by setting a present value for the optionalroleattribute.Copy the current immutable object by setting an optional value for theroleattribute.ImmutableTokenQueryOptions.withToHeaders(Map<String, ? extends String> entries) Copy the current immutable object by replacing thetoHeadersmap with the specified map.ImmutableTokenQueryOptions.withToQueryParameters(Iterable<String> elements) Copy the current immutable object with elements that replace the content oftoQueryParameters.ImmutableTokenQueryOptions.withToQueryParameters(String... elements) Copy the current immutable object with elements that replace the content oftoQueryParameters.