Package | Description |
---|---|
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
TermAssociatedObject |
TermAssociatedObject.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<TermAssociatedObject> |
Term.getAssociatedObjects()
Array of objects associated to a term.
|
Modifier and Type | Method and Description |
---|---|
TermAssociatedObject.Builder |
TermAssociatedObject.Builder.copy(TermAssociatedObject model) |
Modifier and Type | Method and Description |
---|---|
Term.Builder |
Term.Builder.associatedObjects(List<TermAssociatedObject> associatedObjects)
Array of objects associated to a term.
|
Constructor and Description |
---|
Term(String key,
String displayName,
String description,
String glossaryKey,
String parentTermKey,
Boolean isAllowedToHaveChildTerms,
String path,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById,
String owner,
TermWorkflowStatus workflowStatus,
String uri,
Integer associatedObjectCount,
List<TermAssociatedObject> associatedObjects,
List<CustomPropertyGetUsage> customPropertyMembers)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.