Class LabelSet.Builder
- java.lang.Object
- 
- com.oracle.bmc.datalabelingservice.model.LabelSet.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelSetbuild()LabelSet.Buildercopy(LabelSet model)LabelSet.Builderitems(List<Label> items)An ordered collection of labels that are unique by name.
 
- 
- 
- 
Method Detail- 
itemspublic LabelSet.Builder items(List<Label> items) An ordered collection of labels that are unique by name.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic LabelSet build() 
 - 
copypublic LabelSet.Builder copy(LabelSet model) 
 
- 
 
-