| Package | Description |
|---|---|
| com.orbitz.consul.model.kv |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOperation |
ImmutableOperation.Builder.build()
Builds a new
ImmutableOperation. |
static ImmutableOperation |
ImmutableOperation.copyOf(Operation instance)
Creates an immutable copy of a
Operation value. |
ImmutableOperation |
ImmutableOperation.withFlags(long value)
Copy the current immutable object by setting a present value for the optional
flags attribute. |
ImmutableOperation |
ImmutableOperation.withFlags(Optional<Long> optional)
Copy the current immutable object by setting an optional value for the
flags attribute. |
ImmutableOperation |
ImmutableOperation.withIndex(BigInteger value)
Copy the current immutable object by setting a present value for the optional
index attribute. |
ImmutableOperation |
ImmutableOperation.withIndex(Optional<BigInteger> optional)
Copy the current immutable object by setting an optional value for the
index attribute. |
ImmutableOperation |
ImmutableOperation.withKey(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
key attribute. |
ImmutableOperation |
ImmutableOperation.withKey(String value)
Copy the current immutable object by setting a present value for the optional
key attribute. |
ImmutableOperation |
ImmutableOperation.withSession(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
session attribute. |
ImmutableOperation |
ImmutableOperation.withSession(String value)
Copy the current immutable object by setting a present value for the optional
session attribute. |
ImmutableOperation |
ImmutableOperation.withValue(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
value attribute. |
ImmutableOperation |
ImmutableOperation.withValue(String value)
Copy the current immutable object by setting a present value for the optional
value attribute. |
ImmutableOperation |
ImmutableOperation.withVerb(String value)
Copy the current immutable object by setting a value for the
verb attribute. |
Copyright © 2018. All rights reserved.