public static class RuntimeResponseGenericRuntimeResponseTypeImage.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeImage) |
Builder(String responseType,
String source)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
RuntimeResponseGenericRuntimeResponseTypeImage.Builder |
addChannels(ResponseGenericChannel channels)
Adds an channels to channels.
|
RuntimeResponseGenericRuntimeResponseTypeImage.Builder |
altText(String altText)
Set the altText.
|
RuntimeResponseGenericRuntimeResponseTypeImage |
build()
Builds a RuntimeResponseGenericRuntimeResponseTypeImage.
|
RuntimeResponseGenericRuntimeResponseTypeImage.Builder |
channels(List<ResponseGenericChannel> channels)
Set the channels.
|
RuntimeResponseGenericRuntimeResponseTypeImage.Builder |
description(String description)
Set the description.
|
RuntimeResponseGenericRuntimeResponseTypeImage.Builder |
responseType(String responseType)
Set the responseType.
|
RuntimeResponseGenericRuntimeResponseTypeImage.Builder |
source(String source)
Set the source.
|
RuntimeResponseGenericRuntimeResponseTypeImage.Builder |
title(String title)
Set the title.
|
public Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeImage)
public Builder()
public RuntimeResponseGenericRuntimeResponseTypeImage build()
public RuntimeResponseGenericRuntimeResponseTypeImage.Builder addChannels(ResponseGenericChannel channels)
channels
- the new channelspublic RuntimeResponseGenericRuntimeResponseTypeImage.Builder responseType(String responseType)
responseType
- the responseTypepublic RuntimeResponseGenericRuntimeResponseTypeImage.Builder source(String source)
source
- the sourcepublic RuntimeResponseGenericRuntimeResponseTypeImage.Builder title(String title)
title
- the titlepublic RuntimeResponseGenericRuntimeResponseTypeImage.Builder description(String description)
description
- the descriptionpublic RuntimeResponseGenericRuntimeResponseTypeImage.Builder channels(List<ResponseGenericChannel> channels)
channels
- the channelspublic RuntimeResponseGenericRuntimeResponseTypeImage.Builder altText(String altText)
altText
- the altTextCopyright © 2021 IBM Cloud. All rights reserved.