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