Uses of Class
org.kiwiproject.consul.model.query.ImmutableServiceQuery
Packages that use ImmutableServiceQuery
-
Uses of ImmutableServiceQuery in org.kiwiproject.consul.model.query
Methods in org.kiwiproject.consul.model.query that return ImmutableServiceQueryModifier and TypeMethodDescriptionImmutableServiceQuery.Builder.build()Builds a newImmutableServiceQuery.static ImmutableServiceQueryImmutableServiceQuery.copyOf(ServiceQuery instance) Creates an immutable copy of aServiceQueryvalue.final ImmutableServiceQueryImmutableServiceQuery.withFailover(Optional<? extends Failover> optional) Copy the current immutable object by setting an optional value for thefailoverattribute.final ImmutableServiceQueryImmutableServiceQuery.withFailover(Failover value) Copy the current immutable object by setting a present value for the optionalfailoverattribute.final ImmutableServiceQueryImmutableServiceQuery.withOnlyPassing(boolean value) Copy the current immutable object by setting a present value for the optionalonlyPassingattribute.final ImmutableServiceQueryImmutableServiceQuery.withOnlyPassing(Optional<Boolean> optional) Copy the current immutable object by setting an optional value for theonlyPassingattribute.final ImmutableServiceQueryImmutableServiceQuery.withService(String value) Copy the current immutable object by setting a value for theserviceattribute.final ImmutableServiceQueryCopy the current immutable object by setting a present value for the optionaltagsattribute.final ImmutableServiceQueryCopy the current immutable object by setting an optional value for thetagsattribute.