Uses of Class
com.oracle.bmc.datacatalog.model.TermAssociatedObject
-
Packages that use TermAssociatedObject Package Description com.oracle.bmc.datacatalog.model -
-
Uses of TermAssociatedObject in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return TermAssociatedObject Modifier and Type Method Description TermAssociatedObject
TermAssociatedObject.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type TermAssociatedObject Modifier and Type Method Description List<TermAssociatedObject>
Term. getAssociatedObjects()
Array of objects associated to a term.Methods in com.oracle.bmc.datacatalog.model with parameters of type TermAssociatedObject Modifier and Type Method Description TermAssociatedObject.Builder
TermAssociatedObject.Builder. copy(TermAssociatedObject model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type TermAssociatedObject Modifier and Type Method Description Term.Builder
Term.Builder. associatedObjects(List<TermAssociatedObject> associatedObjects)
Array of objects associated to a term.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type TermAssociatedObject Constructor 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.
-