Package com.oracle.bmc.datacatalog.model
Class CreateGlossaryDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.CreateGlossaryDetails.Builder
 
- 
- Enclosing class:
- CreateGlossaryDetails
 
 public static class CreateGlossaryDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateGlossaryDetailsbuild()CreateGlossaryDetails.Buildercopy(CreateGlossaryDetails model)CreateGlossaryDetails.BuildercustomPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)The list of customized properties along with the values for this objectCreateGlossaryDetails.Builderdescription(String description)Detailed description of the glossary.CreateGlossaryDetails.BuilderdisplayName(String displayName)A user-friendly display name.CreateGlossaryDetails.Builderowner(String owner)OCID of the user who is the owner of the glossary.CreateGlossaryDetails.BuilderworkflowStatus(TermWorkflowStatus workflowStatus)Status of the approval process workflow for this business glossary.
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateGlossaryDetails.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
 
 - 
descriptionpublic CreateGlossaryDetails.Builder description(String description) Detailed description of the glossary.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
workflowStatuspublic CreateGlossaryDetails.Builder workflowStatus(TermWorkflowStatus workflowStatus) Status of the approval process workflow for this business glossary.- Parameters:
- workflowStatus- the value to set
- Returns:
- this builder
 
 - 
ownerpublic CreateGlossaryDetails.Builder owner(String owner) OCID of the user who is the owner of the glossary.- Parameters:
- owner- the value to set
- Returns:
- this builder
 
 - 
customPropertyMemberspublic CreateGlossaryDetails.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
 
 - 
buildpublic CreateGlossaryDetails build() 
 - 
copypublic CreateGlossaryDetails.Builder copy(CreateGlossaryDetails model) 
 
- 
 
-