Uses of Interface
io.dialob.api.proto.ValueSetEntry
Packages that use ValueSetEntry
-
Uses of ValueSetEntry in io.dialob.api.proto
Classes in io.dialob.api.proto that implement ValueSetEntryMethods in io.dialob.api.proto that return types with arguments of type ValueSetEntryMethods in io.dialob.api.proto with parameters of type ValueSetEntryModifier and TypeMethodDescriptionImmutableValueSet.Builder.addEntries(ValueSetEntry element) Adds one element toentrieslist.ImmutableValueSet.Builder.addEntries(ValueSetEntry... elements) Adds elements toentrieslist.static ImmutableValueSetEntryImmutableValueSetEntry.copyOf(ValueSetEntry instance) Creates an immutable copy of aValueSetEntryvalue.ImmutableValueSetEntry.Builder.from(ValueSetEntry instance) Fill a builder with attribute values from the providedValueSetEntryinstance.final 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 ValueSetEntryModifier and TypeMethodDescriptionImmutableValueSet.Builder.addAllEntries(Iterable<? extends ValueSetEntry> elements) Adds elements toentrieslist.ImmutableValueSet.Builder.entries(Iterable<? extends ValueSetEntry> elements) Sets or replaces all elements forentrieslist.final ImmutableValueSetImmutableValueSet.withEntries(Iterable<? extends ValueSetEntry> elements) Copy the current immutable object with elements that replace the content ofentries.