public static class CreateDetailedDescriptionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDetailedDescriptionDetails |
build() |
CreateDetailedDescriptionDetails.Builder |
copy(CreateDetailedDescriptionDetails model) |
CreateDetailedDescriptionDetails.Builder |
detailedDescription(String detailedDescription)
Base64 encoded rich text description of the object.
|
CreateDetailedDescriptionDetails.Builder |
logo(String logo)
Base64 encoded image to represent logo of the object.
|
public CreateDetailedDescriptionDetails.Builder logo(String logo)
Base64 encoded image to represent logo of the object.
logo
- the value to setpublic CreateDetailedDescriptionDetails.Builder detailedDescription(String detailedDescription)
Base64 encoded rich text description of the object.
detailedDescription
- the value to setpublic CreateDetailedDescriptionDetails build()
public CreateDetailedDescriptionDetails.Builder copy(CreateDetailedDescriptionDetails model)
Copyright © 2016–2024. All rights reserved.