Uses of Class
io.dialob.program.model.ImmutableLabel.Builder
-
Packages that use ImmutableLabel.Builder Package Description io.dialob.program.model -
-
Uses of ImmutableLabel.Builder in io.dialob.program.model
Methods in io.dialob.program.model that return ImmutableLabel.Builder Modifier and Type Method Description static ImmutableLabel.BuilderImmutableLabel. builder()Creates a builder forImmutableLabel.ImmutableLabel.BuilderImmutableLabel.Builder. from(Label instance)Fill a builder with attribute values from the providedLabelinstance.ImmutableLabel.BuilderImmutableLabel.Builder. labels(Map<String,? extends String> entries)Sets or replaces all mappings from the specified map as entries for thelabelsmap.ImmutableLabel.BuilderImmutableLabel.Builder. putAllLabels(Map<String,? extends String> entries)Put all mappings from the specified map as entries tolabelsmap.ImmutableLabel.BuilderImmutableLabel.Builder. putLabels(String key, String value)Put one entry to thelabelsmap.ImmutableLabel.BuilderImmutableLabel.Builder. putLabels(Map.Entry<String,? extends String> entry)Put one entry to thelabelsmap.
-