| Package | Description |
|---|---|
| com.orbitz.consul.option |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDeleteOptions |
ImmutableDeleteOptions.Builder.build()
Builds a new
ImmutableDeleteOptions. |
static ImmutableDeleteOptions |
ImmutableDeleteOptions.copyOf(DeleteOptions instance)
Creates an immutable copy of a
DeleteOptions value. |
ImmutableDeleteOptions |
ImmutableDeleteOptions.withCas(long value)
Copy the current immutable object by setting a present value for the optional
cas attribute. |
ImmutableDeleteOptions |
ImmutableDeleteOptions.withCas(Optional<Long> optional)
Copy the current immutable object by setting an optional value for the
cas attribute. |
ImmutableDeleteOptions |
ImmutableDeleteOptions.withDatacenter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
datacenter attribute. |
ImmutableDeleteOptions |
ImmutableDeleteOptions.withDatacenter(String value)
Copy the current immutable object by setting a present value for the optional
datacenter attribute. |
ImmutableDeleteOptions |
ImmutableDeleteOptions.withRecurse(boolean value)
Copy the current immutable object by setting a present value for the optional
recurse attribute. |
ImmutableDeleteOptions |
ImmutableDeleteOptions.withRecurse(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
recurse attribute. |
Copyright © 2019. All rights reserved.