Uses of Interface
io.dialob.api.proto.ValueSetEntry
-
Packages that use ValueSetEntry Package Description io.dialob.api.proto -
-
Uses of ValueSetEntry in io.dialob.api.proto
Classes in io.dialob.api.proto that implement ValueSetEntry Modifier and Type Class Description classImmutableValueSetEntryImmutable implementation ofValueSetEntry.Methods in io.dialob.api.proto that return types with arguments of type ValueSetEntry Modifier and Type Method Description List<ValueSetEntry>ImmutableValueSet. getEntries()List<ValueSetEntry>ValueSet. getEntries()Methods in io.dialob.api.proto with parameters of type ValueSetEntry Modifier and Type Method Description ImmutableValueSet.BuilderImmutableValueSet.Builder. addEntries(ValueSetEntry element)Adds one element toentrieslist.ImmutableValueSet.BuilderImmutableValueSet.Builder. addEntries(ValueSetEntry... elements)Adds elements toentrieslist.static ImmutableValueSetEntryImmutableValueSetEntry. copyOf(ValueSetEntry instance)Creates an immutable copy of aValueSetEntryvalue.ImmutableValueSetEntry.BuilderImmutableValueSetEntry.Builder. from(ValueSetEntry instance)Fill a builder with attribute values from the providedValueSetEntryinstance.ImmutableValueSetImmutableValueSet. withEntries(ValueSetEntry... elements)Copy the current immutable object with elements that replace the content ofentries.Method parameters in io.dialob.api.proto with type arguments of type ValueSetEntry Modifier and Type Method Description ImmutableValueSet.BuilderImmutableValueSet.Builder. addAllEntries(Iterable<? extends ValueSetEntry> elements)Adds elements toentrieslist.ImmutableValueSet.BuilderImmutableValueSet.Builder. entries(Iterable<? extends ValueSetEntry> elements)Sets or replaces all elements forentrieslist.ImmutableValueSetImmutableValueSet. withEntries(Iterable<? extends ValueSetEntry> elements)Copy the current immutable object with elements that replace the content ofentries.
-