public static class UpdateTermDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateTermDetails |
build() |
UpdateTermDetails.Builder |
copy(UpdateTermDetails model) |
UpdateTermDetails.Builder |
customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
|
UpdateTermDetails.Builder |
description(String description)
Detailed description of the term.
|
UpdateTermDetails.Builder |
displayName(String displayName)
A user-friendly display name.
|
UpdateTermDetails.Builder |
owner(String owner)
OCID of the user who is the owner of this business terminology.
|
UpdateTermDetails.Builder |
parentTermKey(String parentTermKey)
The parent key of the term.
|
UpdateTermDetails.Builder |
workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business term in the glossary
|
public UpdateTermDetails.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 UpdateTermDetails.Builder description(String description)
Detailed description of the term.
description
- the value to setpublic UpdateTermDetails.Builder parentTermKey(String parentTermKey)
The parent key of the term. In the case of a root-level category only, the term would have no parent and this should be left unset.
parentTermKey
- the value to setpublic UpdateTermDetails.Builder owner(String owner)
OCID of the user who is the owner of this business terminology.
owner
- the value to setpublic UpdateTermDetails.Builder workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business term in the glossary
workflowStatus
- the value to setpublic UpdateTermDetails.Builder customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
customPropertyMembers
- the value to setpublic UpdateTermDetails build()
public UpdateTermDetails.Builder copy(UpdateTermDetails model)
Copyright © 2016–2024. All rights reserved.