Package io.dialob.api.proto
Interface ValueSet
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableValueSet
@Immutable @TypeAdapters(emptyAsNulls=true) public interface ValueSet extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ValueSetEntry>getEntries()StringgetId()
-
-
-
Method Detail
-
getId
String getId()
-
getEntries
List<ValueSetEntry> getEntries()
-
-