public static class UpdateGlossaryDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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 object
|
UpdateGlossaryDetails.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.
|
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.
displayName
- the value to setpublic UpdateGlossaryDetails.Builder description(String description)
Detailed description of the glossary.
description
- the value to setpublic UpdateGlossaryDetails.Builder owner(String owner)
OCID of the user who is the owner of the glossary.
owner
- the value to setpublic UpdateGlossaryDetails.Builder workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.
workflowStatus
- the value to setpublic UpdateGlossaryDetails.Builder customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
customPropertyMembers
- the value to setpublic UpdateGlossaryDetails build()
public UpdateGlossaryDetails.Builder copy(UpdateGlossaryDetails model)
Copyright © 2016–2024. All rights reserved.