ImmutableDeleteOptions |
ImmutableDeleteOptions.Builder.build() |
|
static ImmutableDeleteOptions |
ImmutableDeleteOptions.copyOf(DeleteOptions instance) |
|
ImmutableDeleteOptions |
ImmutableDeleteOptions.withCas(long value) |
Copy the current immutable object by setting a present value for the optional cas attribute.
|
ImmutableDeleteOptions |
ImmutableDeleteOptions.withCas(java.util.Optional<java.lang.Long> optional) |
Copy the current immutable object by setting an optional value for the cas attribute.
|
ImmutableDeleteOptions |
ImmutableDeleteOptions.withDatacenter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional datacenter attribute.
|
ImmutableDeleteOptions |
ImmutableDeleteOptions.withDatacenter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the 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(java.util.Optional<java.lang.Boolean> optional) |
Copy the current immutable object by setting an optional value for the recurse attribute.
|
ImmutableDeleteOptions |
ImmutableDeleteOptions.withToHeaders(java.util.Map<java.lang.String,? extends java.lang.String> entries) |
Copy the current immutable object by replacing the toHeaders map with the specified map.
|