Uses of Class
org.kiwiproject.consul.model.kv.ImmutableOperation.Builder
Packages that use ImmutableOperation.Builder
-
Uses of ImmutableOperation.Builder in org.kiwiproject.consul.model.kv
Methods in org.kiwiproject.consul.model.kv that return ImmutableOperation.BuilderModifier and TypeMethodDescriptionstatic ImmutableOperation.BuilderImmutableOperation.builder()Creates a builder forImmutableOperation.static ImmutableOperation.BuilderImmutableOperation.Builder.flags(long flags) Initializes the optional valueflagsto flags.Initializes the optional valueflagsto flags.Fill a builder with attribute values from the providedOperationinstance.ImmutableOperation.Builder.index(BigInteger index) Initializes the optional valueindexto index.ImmutableOperation.Builder.index(Optional<? extends BigInteger> index) Initializes the optional valueindexto index.Initializes the optional valuekeyto key.Initializes the optional valuekeyto key.Initializes the optional valuesessionto session.Initializes the optional valuesessionto session.Initializes the optional valuevalueto value.Initializes the optional valuevalueto value.Initializes the value for theverbattribute.