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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchTermSummary
build()
SearchTermSummary.Builder
copy(SearchTermSummary model)
SearchTermSummary.Builder
displayName(String displayName)
A user-friendly display name.SearchTermSummary.Builder
glossaryKey(String glossaryKey)
Unique id of the parent glossary.SearchTermSummary.Builder
glossaryName(String glossaryName)
Name of the parent glossary.SearchTermSummary.Builder
key(String key)
Unique term key that is immutable.SearchTermSummary.Builder
parentTermKey(String parentTermKey)
This terms parent term key.SearchTermSummary.Builder
parentTermName(String parentTermName)
Name of the parent term key.
-
-
-
Method Detail
-
key
public SearchTermSummary.Builder key(String key)
Unique term key that is immutable.- Parameters:
key
- the value to set- Returns:
- this builder
-
displayName
public 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
-
glossaryKey
public SearchTermSummary.Builder glossaryKey(String glossaryKey)
Unique id of the parent glossary.- Parameters:
glossaryKey
- the value to set- Returns:
- this builder
-
glossaryName
public SearchTermSummary.Builder glossaryName(String glossaryName)
Name of the parent glossary.- Parameters:
glossaryName
- the value to set- Returns:
- this builder
-
parentTermKey
public 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
-
parentTermName
public 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
-
build
public SearchTermSummary build()
-
copy
public SearchTermSummary.Builder copy(SearchTermSummary model)
-
-