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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateGlossaryDetails
build()
UpdateGlossaryDetails.Builder
copy(UpdateGlossaryDetails model)
UpdateGlossaryDetails.Builder
customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this objectUpdateGlossaryDetails.Builder
description(String description)
Detailed description of the glossary.UpdateGlossaryDetails.Builder
displayName(String displayName)
A user-friendly display name.UpdateGlossaryDetails.Builder
owner(String owner)
OCID of the user who is the owner of the glossary.UpdateGlossaryDetails.Builder
workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.
-
-
-
Method Detail
-
displayName
public 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
-
description
public UpdateGlossaryDetails.Builder description(String description)
Detailed description of the glossary.- Parameters:
description
- the value to set- Returns:
- this builder
-
owner
public 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
-
workflowStatus
public UpdateGlossaryDetails.Builder workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.- Parameters:
workflowStatus
- the value to set- Returns:
- this builder
-
customPropertyMembers
public 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
-
build
public UpdateGlossaryDetails build()
-
copy
public UpdateGlossaryDetails.Builder copy(UpdateGlossaryDetails model)
-
-