Class DetailedDescription.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.DetailedDescription.Builder
 
- 
- Enclosing class:
- DetailedDescription
 
 public static class DetailedDescription.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DetailedDescriptionbuild()DetailedDescription.Buildercopy(DetailedDescription model)DetailedDescription.BuilderdetailedDescription(String detailedDescription)Base64 encoded rich text description of the object.DetailedDescription.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.DetailedDescription.Builderkey(String key)Generated key that can be used in API calls to identify task.DetailedDescription.Builderlogo(String logo)Base64 encoded image to represent logo of the object.DetailedDescription.Buildermetadata(ObjectMetadata metadata)DetailedDescription.BuildermodelType(DetailedDescription.ModelType modelType)The type of the published object.DetailedDescription.BuildermodelVersion(String modelVersion)The object’s model version.DetailedDescription.Buildername(String name)Free form text without any restriction on permitted characters.DetailedDescription.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.DetailedDescription.BuilderobjectVersion(Integer objectVersion)The version of the object that is used to track changes in the object instance.DetailedDescription.BuilderparentRef(ParentReference parentRef)
 
- 
- 
- 
Method Detail- 
modelTypepublic DetailedDescription.Builder modelType(DetailedDescription.ModelType modelType) The type of the published object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
keypublic DetailedDescription.Builder key(String key) Generated key that can be used in API calls to identify task.On scenarios where reference to the task is needed, a value can be passed in create. - Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic DetailedDescription.Builder modelVersion(String modelVersion) The object’s model version.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic DetailedDescription.Builder parentRef(ParentReference parentRef) 
 - 
namepublic DetailedDescription.Builder name(String name) Free form text without any restriction on permitted characters.Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic DetailedDescription.Builder objectVersion(Integer objectVersion) The version of the object that is used to track changes in the object instance.- Parameters:
- objectVersion- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic DetailedDescription.Builder objectStatus(Integer objectStatus) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
- objectStatus- the value to set
- Returns:
- this builder
 
 - 
identifierpublic DetailedDescription.Builder identifier(String identifier) Value can only contain upper case letters, underscore, and numbers.It should begin with upper case letter or underscore. The value can be modified. - Parameters:
- identifier- the value to set
- Returns:
- this builder
 
 - 
metadatapublic DetailedDescription.Builder metadata(ObjectMetadata metadata) 
 - 
logopublic DetailedDescription.Builder logo(String logo) Base64 encoded image to represent logo of the object.- Parameters:
- logo- the value to set
- Returns:
- this builder
 
 - 
detailedDescriptionpublic DetailedDescription.Builder detailedDescription(String detailedDescription) Base64 encoded rich text description of the object.- Parameters:
- detailedDescription- the value to set
- Returns:
- this builder
 
 - 
buildpublic DetailedDescription build() 
 - 
copypublic DetailedDescription.Builder copy(DetailedDescription model) 
 
- 
 
-