public static class SearchTermSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SearchTermSummary |
build() |
SearchTermSummary.Builder |
copy(SearchTermSummary model) |
SearchTermSummary.Builder |
displayName(String displayName)
A user-friendly display name.
|
SearchTermSummary.Builder |
glossaryKey(String glossaryKey)
Unique id of the parent glossary.
|
SearchTermSummary.Builder |
glossaryName(String glossaryName)
Name of the parent glossary.
|
SearchTermSummary.Builder |
key(String key)
Unique term key that is immutable.
|
SearchTermSummary.Builder |
parentTermKey(String parentTermKey)
This terms parent term key.
|
SearchTermSummary.Builder |
parentTermName(String parentTermName)
Name of the parent term key.
|
public SearchTermSummary.Builder key(String key)
Unique term key that is immutable.
key
- the value to setpublic SearchTermSummary.Builder displayName(String displayName)
A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic SearchTermSummary.Builder glossaryKey(String glossaryKey)
Unique id of the parent glossary.
glossaryKey
- the value to setpublic SearchTermSummary.Builder glossaryName(String glossaryName)
Name of the parent glossary.
glossaryName
- the value to setpublic SearchTermSummary.Builder parentTermKey(String parentTermKey)
This terms parent term key. Will be null if the term has no parent term.
parentTermKey
- the value to setpublic SearchTermSummary.Builder parentTermName(String parentTermName)
Name of the parent term key. Will be null if the term has no parent term.
parentTermName
- the value to setpublic SearchTermSummary build()
public SearchTermSummary.Builder copy(SearchTermSummary model)
Copyright © 2016–2024. All rights reserved.