public static class AttributeEntry.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
public AttributeEntry build()
public AttributeEntry.Builder addFieldValues(String fieldValues)
fieldValues
- the new fieldValuespublic AttributeEntry.Builder addPossibleValues(PossibleValues possibleValues)
possibleValues
- the new possibleValuespublic AttributeEntry.Builder attrName(String attrName)
attrName
- the attrNamepublic AttributeEntry.Builder dataType(String dataType)
dataType
- the dataTypepublic AttributeEntry.Builder defaultValue(String defaultValue)
defaultValue
- the defaultValuepublic AttributeEntry.Builder description(String description)
description
- the descriptionpublic AttributeEntry.Builder displayName(String displayName)
displayName
- the displayNamepublic AttributeEntry.Builder docId(String docId)
docId
- the docIdpublic AttributeEntry.Builder fieldValues(List<String> fieldValues)
fieldValues
- the fieldValuespublic AttributeEntry.Builder maximumValue(String maximumValue)
maximumValue
- the maximumValuepublic AttributeEntry.Builder minimumValue(String minimumValue)
minimumValue
- the minimumValuepublic AttributeEntry.Builder multiValue(Boolean multiValue)
multiValue
- the multiValuepublic AttributeEntry.Builder units(String units)
units
- the unitspublic AttributeEntry.Builder valueType(String valueType)
valueType
- the valueTypepublic AttributeEntry.Builder possibleValues(List<PossibleValues> possibleValues)
possibleValues
- the possibleValuesCopyright © 2021 IBM Cloud. All rights reserved.