Uses of Class
io.dialob.program.model.ImmutableLabel
-
Packages that use ImmutableLabel Package Description io.dialob.program io.dialob.program.model -
-
Uses of ImmutableLabel in io.dialob.program
Fields in io.dialob.program declared as ImmutableLabel Modifier and Type Field Description static ImmutableLabelAbstractItemBuilder. EMPTY_LABELstatic ImmutableLabelQuestionBuilder. REQUIRED_LABEL -
Uses of ImmutableLabel in io.dialob.program.model
Methods in io.dialob.program.model that return ImmutableLabel Modifier and Type Method Description ImmutableLabelImmutableLabel.Builder. build()Builds a newImmutableLabel.static ImmutableLabelImmutableLabel. copyOf(Label instance)Creates an immutable copy of aLabelvalue.ImmutableLabelImmutableLabel. withLabels(Map<String,? extends String> entries)Copy the current immutable object by replacing thelabelsmap with the specified map.
-