Term.Builder |
Term.Builder.associatedObjectCount(Integer associatedObjectCount) |
The number of objects tagged with this term
|
Term.Builder |
Term.Builder.associatedObjects(List<TermAssociatedObject> associatedObjects) |
Array of objects associated to a term.
|
static Term.Builder |
Term.builder() |
Create a new builder.
|
Term.Builder |
Term.Builder.copy(Term model) |
|
Term.Builder |
Term.Builder.createdById(String createdById) |
OCID of the user who created the term.
|
Term.Builder |
Term.Builder.customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers) |
The list of customized properties along with the values for this object
|
Term.Builder |
Term.Builder.description(String description) |
Detailed description of the term.
|
Term.Builder |
Term.Builder.displayName(String displayName) |
A user-friendly display name.
|
Term.Builder |
Term.Builder.glossaryKey(String glossaryKey) |
Unique id of the parent glossary.
|
Term.Builder |
Term.Builder.isAllowedToHaveChildTerms(Boolean isAllowedToHaveChildTerms) |
Indicates whether a term may contain child terms.
|
Term.Builder |
Term.Builder.key(String key) |
Unique term key that is immutable.
|
Term.Builder |
Term.Builder.lifecycleState(LifecycleState lifecycleState) |
The current state of the term.
|
Term.Builder |
Term.Builder.owner(String owner) |
OCID of the user who is the owner of this business terminology.
|
Term.Builder |
Term.Builder.parentTermKey(String parentTermKey) |
This terms parent term key.
|
Term.Builder |
Term.Builder.path(String path) |
Absolute path of the term.
|
Term.Builder |
Term.Builder.timeCreated(Date timeCreated) |
The date and time the term was created, in the format defined by
RFC3339.
|
Term.Builder |
Term.Builder.timeUpdated(Date timeUpdated) |
The last time that any change was made to the term.
|
Term.Builder |
Term.toBuilder() |
|
Term.Builder |
Term.Builder.updatedById(String updatedById) |
OCID of the user who modified the term.
|
Term.Builder |
Term.Builder.uri(String uri) |
URI to the term instance in the API.
|
Term.Builder |
Term.Builder.workflowStatus(TermWorkflowStatus workflowStatus) |
Status of the approval process workflow for this business term in the glossary.
|