| Package | Description |
|---|---|
| com.orbitz.consul.model.query |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTemplate
Immutable implementation of
Template. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Template> |
ImmutablePreparedQuery.getTemplate() |
abstract Optional<Template> |
PreparedQuery.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTemplate |
ImmutableTemplate.copyOf(Template instance)
Creates an immutable copy of a
Template value. |
ImmutableTemplate.Builder |
ImmutableTemplate.Builder.from(Template instance)
Fill a builder with attribute values from the provided
Template instance. |
ImmutablePreparedQuery.Builder |
ImmutablePreparedQuery.Builder.template(Template template)
Initializes the optional value
template to template. |
ImmutablePreparedQuery |
ImmutablePreparedQuery.withTemplate(Template value)
Copy the current immutable object by setting a present value for the optional
template attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePreparedQuery.Builder |
ImmutablePreparedQuery.Builder.template(Optional<Template> template)
Initializes the optional value
template to template. |
ImmutablePreparedQuery |
ImmutablePreparedQuery.withTemplate(Optional<Template> optional)
Copy the current immutable object by setting an optional value for the
template attribute. |
Copyright © 2018. All rights reserved.