public static class CreateTermDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateTermDetails |
build() |
CreateTermDetails.Builder |
copy(CreateTermDetails model) |
CreateTermDetails.Builder |
customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
|
CreateTermDetails.Builder |
description(String description)
Detailed description of the term.
|
CreateTermDetails.Builder |
displayName(String displayName)
A user-friendly display name.
|
CreateTermDetails.Builder |
isAllowedToHaveChildTerms(Boolean isAllowedToHaveChildTerms)
Indicates whether a term may contain child terms.
|
CreateTermDetails.Builder |
owner(String owner)
OCID of the user who is the owner of this business terminology.
|
CreateTermDetails.Builder |
parentTermKey(String parentTermKey)
The parent key of the term.
|
CreateTermDetails.Builder |
workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business term in the glossary.
|
public CreateTermDetails.Builder displayName(String displayName)
A user-friendly display name. Is changeable. The combination of ‘displayName’ and ‘parentTermKey’ must be unique. Avoid entering confidential information.
displayName
- the value to setpublic CreateTermDetails.Builder description(String description)
Detailed description of the term.
description
- the value to setpublic CreateTermDetails.Builder isAllowedToHaveChildTerms(Boolean isAllowedToHaveChildTerms)
Indicates whether a term may contain child terms.
isAllowedToHaveChildTerms
- the value to setpublic CreateTermDetails.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 CreateTermDetails.Builder owner(String owner)
OCID of the user who is the owner of this business terminology.
owner
- the value to setpublic CreateTermDetails.Builder workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business term in the glossary.
workflowStatus
- the value to setpublic CreateTermDetails.Builder customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
customPropertyMembers
- the value to setpublic CreateTermDetails build()
public CreateTermDetails.Builder copy(CreateTermDetails model)
Copyright © 2016–2024. All rights reserved.