Uses of Class
org.kiwiproject.consul.model.kv.ImmutableValue
Packages that use ImmutableValue
-
Uses of ImmutableValue in org.kiwiproject.consul.model.kv
Methods in org.kiwiproject.consul.model.kv that return ImmutableValueModifier and TypeMethodDescriptionImmutableValue.Builder.build()Builds a newImmutableValue.static ImmutableValueCreates an immutable copy of aValuevalue.final ImmutableValueImmutableValue.withCreateIndex(long value) Copy the current immutable object by setting a value for thecreateIndexattribute.final ImmutableValueImmutableValue.withFlags(long value) Copy the current immutable object by setting a value for theflagsattribute.final ImmutableValueCopy the current immutable object by setting a value for thekeyattribute.final ImmutableValueImmutableValue.withLockIndex(long value) Copy the current immutable object by setting a value for thelockIndexattribute.final ImmutableValueImmutableValue.withModifyIndex(long value) Copy the current immutable object by setting a value for themodifyIndexattribute.final ImmutableValueImmutableValue.withSession(String value) Copy the current immutable object by setting a present value for the optionalsessionattribute.final ImmutableValueImmutableValue.withSession(Optional<String> optional) Copy the current immutable object by setting an optional value for thesessionattribute.final ImmutableValueCopy the current immutable object by setting a present value for the optionalvalueattribute.final ImmutableValueCopy the current immutable object by setting an optional value for thevalueattribute.