Uses of Class
com.orbitz.consul.model.query.Template
-
Packages that use Template Package Description com.orbitz.consul.model.query -
-
Uses of Template in com.orbitz.consul.model.query
Subclasses of Template in com.orbitz.consul.model.query Modifier and Type Class Description classImmutableTemplateImmutable implementation ofTemplate.Methods in com.orbitz.consul.model.query that return types with arguments of type Template Modifier and Type Method Description java.util.Optional<Template>ImmutablePreparedQuery. getTemplate()abstract java.util.Optional<Template>PreparedQuery. getTemplate()Methods in com.orbitz.consul.model.query with parameters of type Template Modifier and Type Method Description static ImmutableTemplateImmutableTemplate. copyOf(Template instance)Creates an immutable copy of aTemplatevalue.ImmutableTemplate.BuilderImmutableTemplate.Builder. from(Template instance)Fill a builder with attribute values from the providedTemplateinstance.ImmutablePreparedQuery.BuilderImmutablePreparedQuery.Builder. template(Template template)Initializes the optional valuetemplateto template.ImmutablePreparedQueryImmutablePreparedQuery. withTemplate(Template value)Copy the current immutable object by setting a present value for the optionaltemplateattribute.Method parameters in com.orbitz.consul.model.query with type arguments of type Template Modifier and Type Method Description ImmutablePreparedQuery.BuilderImmutablePreparedQuery.Builder. template(java.util.Optional<? extends Template> template)Initializes the optional valuetemplateto template.ImmutablePreparedQueryImmutablePreparedQuery. withTemplate(java.util.Optional<? extends Template> optional)Copy the current immutable object by setting an optional value for thetemplateattribute.
-