Uses of Class
org.kiwiproject.consul.model.query.ImmutablePreparedQuery
Packages that use ImmutablePreparedQuery
-
Uses of ImmutablePreparedQuery in org.kiwiproject.consul.model.query
Methods in org.kiwiproject.consul.model.query that return ImmutablePreparedQueryModifier and TypeMethodDescriptionImmutablePreparedQuery.Builder.build()Builds a newImmutablePreparedQuery.static ImmutablePreparedQueryImmutablePreparedQuery.copyOf(PreparedQuery instance) Creates an immutable copy of aPreparedQueryvalue.final ImmutablePreparedQueryCopy the current immutable object by setting an optional value for thednsattribute.final ImmutablePreparedQueryCopy the current immutable object by setting a present value for the optionaldnsattribute.final ImmutablePreparedQueryCopy the current immutable object by setting a value for thenameattribute.final ImmutablePreparedQueryImmutablePreparedQuery.withService(ServiceQuery value) Copy the current immutable object by setting a value for theserviceattribute.final ImmutablePreparedQueryImmutablePreparedQuery.withSession(String value) Copy the current immutable object by setting a present value for the optionalsessionattribute.final ImmutablePreparedQueryImmutablePreparedQuery.withSession(Optional<String> optional) Copy the current immutable object by setting an optional value for thesessionattribute.final ImmutablePreparedQueryImmutablePreparedQuery.withTemplate(Optional<? extends Template> optional) Copy the current immutable object by setting an optional value for thetemplateattribute.final ImmutablePreparedQueryImmutablePreparedQuery.withTemplate(Template value) Copy the current immutable object by setting a present value for the optionaltemplateattribute.final ImmutablePreparedQueryCopy the current immutable object by setting a present value for the optionaltokenattribute.final ImmutablePreparedQueryCopy the current immutable object by setting an optional value for thetokenattribute.