GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.associatedObjectCount(Integer associatedObjectCount) |
The number of objects tagged with this term.
|
static GlossaryTreeElement.Builder |
GlossaryTreeElement.builder() |
Create a new builder.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.childTerms(List<GlossaryTreeElement> childTerms) |
An array of child terms.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.copy(GlossaryTreeElement model) |
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.description(String description) |
Detailed description of the term.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.displayName(String displayName) |
A user-friendly display name.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.glossaryKey(String glossaryKey) |
Unique id of the parent glossary.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.isAllowedToHaveChildTerms(Boolean isAllowedToHaveChildTerms) |
Indicates whether a term may contain child terms.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.key(String key) |
Unique term key that is immutable.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.lifecycleState(LifecycleState lifecycleState) |
State of the term.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.parentTermKey(String parentTermKey) |
This terms parent term key.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.path(String path) |
Absolute path of the term.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.timeCreated(Date timeCreated) |
The date and time the term was created, in the format defined by
RFC3339.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.toBuilder() |
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.uri(String uri) |
URI to the term instance in the API.
|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.workflowStatus(TermWorkflowStatus workflowStatus) |
Status of the approval process workflow for this business term in the glossary.
|