Package | Description |
---|---|
com.oracle.bmc.datacatalog.model | |
com.oracle.bmc.datacatalog.responses |
Modifier and Type | Method and Description |
---|---|
GlossaryTreeElement |
GlossaryTreeElement.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<GlossaryTreeElement> |
GlossaryTreeElement.getChildTerms()
An array of child terms.
|
Modifier and Type | Method and Description |
---|---|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.copy(GlossaryTreeElement model) |
Modifier and Type | Method and Description |
---|---|
GlossaryTreeElement.Builder |
GlossaryTreeElement.Builder.childTerms(List<GlossaryTreeElement> childTerms)
An array of child terms.
|
Constructor and Description |
---|
GlossaryTreeElement(List<GlossaryTreeElement> childTerms,
String key,
String displayName,
String description,
String glossaryKey,
String uri,
String parentTermKey,
Boolean isAllowedToHaveChildTerms,
String path,
Date timeCreated,
TermWorkflowStatus workflowStatus,
Integer associatedObjectCount,
LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<GlossaryTreeElement> |
ExpandTreeForGlossaryResponse.getItems()
A list of com.oracle.bmc.datacatalog.model.GlossaryTreeElement instances.
|
Modifier and Type | Method and Description |
---|---|
ExpandTreeForGlossaryResponse.Builder |
ExpandTreeForGlossaryResponse.Builder.items(List<GlossaryTreeElement> items)
A list of com.oracle.bmc.datacatalog.model.GlossaryTreeElement instances.
|
Copyright © 2016–2023. All rights reserved.