Uses of Class
io.dialob.api.proto.ImmutableValueSet
-
Packages that use ImmutableValueSet Package Description io.dialob.api.proto -
-
Uses of ImmutableValueSet in io.dialob.api.proto
Methods in io.dialob.api.proto that return ImmutableValueSet Modifier and Type Method Description ImmutableValueSetImmutableValueSet.Builder. build()Builds a newImmutableValueSet.static ImmutableValueSetImmutableValueSet. copyOf(ValueSet instance)Creates an immutable copy of aValueSetvalue.ImmutableValueSetImmutableValueSet. withEntries(ValueSetEntry... elements)Copy the current immutable object with elements that replace the content ofentries.ImmutableValueSetImmutableValueSet. withEntries(Iterable<? extends ValueSetEntry> elements)Copy the current immutable object with elements that replace the content ofentries.ImmutableValueSetImmutableValueSet. withId(String value)Copy the current immutable object by setting a value for theidattribute.
-