public static class DetailedDescription.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DetailedDescription |
build() |
DetailedDescription.Builder |
copy(DetailedDescription model) |
DetailedDescription.Builder |
detailedDescription(String detailedDescription)
Base64 encoded rich text description of the object.
|
DetailedDescription.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
DetailedDescription.Builder |
key(String key)
Generated key that can be used in API calls to identify task.
|
DetailedDescription.Builder |
logo(String logo)
Base64 encoded image to represent logo of the object.
|
DetailedDescription.Builder |
metadata(ObjectMetadata metadata) |
DetailedDescription.Builder |
modelType(DetailedDescription.ModelType modelType)
The type of the published object.
|
DetailedDescription.Builder |
modelVersion(String modelVersion)
The object’s model version.
|
DetailedDescription.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
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.
|
DetailedDescription.Builder |
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
|
DetailedDescription.Builder |
parentRef(ParentReference parentRef) |
public DetailedDescription.Builder modelType(DetailedDescription.ModelType modelType)
The type of the published object.
modelType
- the value to setpublic 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.
key
- the value to setpublic DetailedDescription.Builder modelVersion(String modelVersion)
The object’s model version.
modelVersion
- the value to setpublic DetailedDescription.Builder parentRef(ParentReference parentRef)
public 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.
name
- the value to setpublic DetailedDescription.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic 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.
objectStatus
- the value to setpublic 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.
identifier
- the value to setpublic DetailedDescription.Builder metadata(ObjectMetadata metadata)
public DetailedDescription.Builder logo(String logo)
Base64 encoded image to represent logo of the object.
logo
- the value to setpublic DetailedDescription.Builder detailedDescription(String detailedDescription)
Base64 encoded rich text description of the object.
detailedDescription
- the value to setpublic DetailedDescription build()
public DetailedDescription.Builder copy(DetailedDescription model)
Copyright © 2016–2024. All rights reserved.