Package com.oracle.bmc.datacatalog.model
Class UpdateGlossaryDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.UpdateGlossaryDetails.Builder
 
- 
- Enclosing class:
- UpdateGlossaryDetails
 
 public static class UpdateGlossaryDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateGlossaryDetailsbuild()UpdateGlossaryDetails.Buildercopy(UpdateGlossaryDetails model)UpdateGlossaryDetails.BuildercustomPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)The list of customized properties along with the values for this objectUpdateGlossaryDetails.Builderdescription(String description)Detailed description of the glossary.UpdateGlossaryDetails.BuilderdisplayName(String displayName)A user-friendly display name.UpdateGlossaryDetails.Builderowner(String owner)OCID of the user who is the owner of the glossary.UpdateGlossaryDetails.BuilderworkflowStatus(TermWorkflowStatus workflowStatus)Status of the approval process workflow for this business glossary.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateGlossaryDetails.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 UpdateGlossaryDetails.Builder description(String description) Detailed description of the glossary.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
ownerpublic UpdateGlossaryDetails.Builder owner(String owner) OCID of the user who is the owner of the glossary.- Parameters:
- owner- the value to set
- Returns:
- this builder
 
 - 
workflowStatuspublic UpdateGlossaryDetails.Builder workflowStatus(TermWorkflowStatus workflowStatus) Status of the approval process workflow for this business glossary.- Parameters:
- workflowStatus- the value to set
- Returns:
- this builder
 
 - 
customPropertyMemberspublic UpdateGlossaryDetails.Builder customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers) The list of customized properties along with the values for this object- Parameters:
- customPropertyMembers- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateGlossaryDetails build() 
 - 
copypublic UpdateGlossaryDetails.Builder copy(UpdateGlossaryDetails model) 
 
- 
 
-