public static class CreateTagDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateTagDetails |
build() |
CreateTagDetails.Builder |
copy(CreateTagDetails model) |
CreateTagDetails.Builder |
name(String name)
The name of the tag in the case of a free form tag.
|
CreateTagDetails.Builder |
termKey(String termKey)
Unique key of the related term or null in the case of a free form tag.
|
public CreateTagDetails.Builder name(String name)
The name of the tag in the case of a free form tag. When linking to a glossary term, this field is not specified.
name
- the value to setpublic CreateTagDetails.Builder termKey(String termKey)
Unique key of the related term or null in the case of a free form tag.
termKey
- the value to setpublic CreateTagDetails build()
public CreateTagDetails.Builder copy(CreateTagDetails model)
Copyright © 2016–2025. All rights reserved.