Package com.oracle.bmc.datacatalog.model
Class TermSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.TermSummary.Builder
 
- 
- Enclosing class:
- TermSummary
 
 public static class TermSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TermSummary.BuilderassociatedObjectCount(Integer associatedObjectCount)The number of objects tagged with this term.TermSummarybuild()TermSummary.Buildercopy(TermSummary model)TermSummary.Builderdescription(String description)Detailed description of the term.TermSummary.BuilderdisplayName(String displayName)A user-friendly display name.TermSummary.BuilderglossaryKey(String glossaryKey)Unique id of the parent glossary.TermSummary.BuilderisAllowedToHaveChildTerms(Boolean isAllowedToHaveChildTerms)Indicates whether a term may contain child terms.TermSummary.Builderkey(String key)Unique term key that is immutable.TermSummary.BuilderlifecycleState(LifecycleState lifecycleState)State of the term.TermSummary.BuilderparentTermKey(String parentTermKey)This terms parent term key.TermSummary.Builderpath(String path)Absolute path of the term.TermSummary.BuildertimeCreated(Date timeCreated)The date and time the term was created, in the format defined by RFC3339.TermSummary.Builderuri(String uri)URI to the term instance in the API.TermSummary.BuilderworkflowStatus(TermWorkflowStatus workflowStatus)Status of the approval process workflow for this business term in the glossary.
 
- 
- 
- 
Method Detail- 
keypublic TermSummary.Builder key(String key) Unique term key that is immutable.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic TermSummary.Builder displayName(String displayName) A user-friendly display name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic TermSummary.Builder description(String description) Detailed description of the term.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
glossaryKeypublic TermSummary.Builder glossaryKey(String glossaryKey) Unique id of the parent glossary.- Parameters:
- glossaryKey- the value to set
- Returns:
- this builder
 
 - 
uripublic TermSummary.Builder uri(String uri) URI to the term instance in the API.- Parameters:
- uri- the value to set
- Returns:
- this builder
 
 - 
parentTermKeypublic TermSummary.Builder parentTermKey(String parentTermKey) This terms parent term key.Will be null if the term has no parent term. - Parameters:
- parentTermKey- the value to set
- Returns:
- this builder
 
 - 
isAllowedToHaveChildTermspublic TermSummary.Builder isAllowedToHaveChildTerms(Boolean isAllowedToHaveChildTerms) Indicates whether a term may contain child terms.- Parameters:
- isAllowedToHaveChildTerms- the value to set
- Returns:
- this builder
 
 - 
pathpublic TermSummary.Builder path(String path) Absolute path of the term.- Parameters:
- path- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic TermSummary.Builder timeCreated(Date timeCreated) The date and time the term was created, in the format defined by RFC3339.Example: 2019-03-25T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
workflowStatuspublic TermSummary.Builder workflowStatus(TermWorkflowStatus workflowStatus) Status of the approval process workflow for this business term in the glossary.- Parameters:
- workflowStatus- the value to set
- Returns:
- this builder
 
 - 
associatedObjectCountpublic TermSummary.Builder associatedObjectCount(Integer associatedObjectCount) The number of objects tagged with this term.- Parameters:
- associatedObjectCount- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic TermSummary.Builder lifecycleState(LifecycleState lifecycleState) State of the term.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
buildpublic TermSummary build() 
 - 
copypublic TermSummary.Builder copy(TermSummary model) 
 
- 
 
-