Package com.oracle.bmc.datacatalog.model
Class SearchTermSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.SearchTermSummary.Builder
 
- 
- Enclosing class:
- SearchTermSummary
 
 public static class SearchTermSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchTermSummarybuild()SearchTermSummary.Buildercopy(SearchTermSummary model)SearchTermSummary.BuilderdisplayName(String displayName)A user-friendly display name.SearchTermSummary.BuilderglossaryKey(String glossaryKey)Unique id of the parent glossary.SearchTermSummary.BuilderglossaryName(String glossaryName)Name of the parent glossary.SearchTermSummary.Builderkey(String key)Unique term key that is immutable.SearchTermSummary.BuilderparentTermKey(String parentTermKey)This terms parent term key.SearchTermSummary.BuilderparentTermName(String parentTermName)Name of the parent term key.
 
- 
- 
- 
Method Detail- 
keypublic SearchTermSummary.Builder key(String key) Unique term key that is immutable.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic SearchTermSummary.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
 
 - 
glossaryKeypublic SearchTermSummary.Builder glossaryKey(String glossaryKey) Unique id of the parent glossary.- Parameters:
- glossaryKey- the value to set
- Returns:
- this builder
 
 - 
glossaryNamepublic SearchTermSummary.Builder glossaryName(String glossaryName) Name of the parent glossary.- Parameters:
- glossaryName- the value to set
- Returns:
- this builder
 
 - 
parentTermKeypublic SearchTermSummary.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
 
 - 
parentTermNamepublic SearchTermSummary.Builder parentTermName(String parentTermName) Name of the parent term key.Will be null if the term has no parent term. - Parameters:
- parentTermName- the value to set
- Returns:
- this builder
 
 - 
buildpublic SearchTermSummary build() 
 - 
copypublic SearchTermSummary.Builder copy(SearchTermSummary model) 
 
- 
 
-