public static class RuntimeResponseGenericRuntimeResponseTypeImage.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeImage) |
Builder(java.lang.String responseType,
java.lang.String source)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeResponseGenericRuntimeResponseTypeImage |
build()
Builds a RuntimeResponseGenericRuntimeResponseTypeImage.
|
RuntimeResponseGenericRuntimeResponseTypeImage.Builder |
description(java.lang.String description)
Set the description.
|
RuntimeResponseGenericRuntimeResponseTypeImage.Builder |
responseType(java.lang.String responseType)
Set the responseType.
|
RuntimeResponseGenericRuntimeResponseTypeImage.Builder |
source(java.lang.String source)
Set the source.
|
RuntimeResponseGenericRuntimeResponseTypeImage.Builder |
title(java.lang.String title)
Set the title.
|
public Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeImage)
public Builder()
public Builder(java.lang.String responseType,
java.lang.String source)
responseType - the responseTypesource - the sourcepublic RuntimeResponseGenericRuntimeResponseTypeImage build()
public RuntimeResponseGenericRuntimeResponseTypeImage.Builder responseType(java.lang.String responseType)
responseType - the responseTypepublic RuntimeResponseGenericRuntimeResponseTypeImage.Builder source(java.lang.String source)
source - the sourcepublic RuntimeResponseGenericRuntimeResponseTypeImage.Builder title(java.lang.String title)
title - the titlepublic RuntimeResponseGenericRuntimeResponseTypeImage.Builder description(java.lang.String description)
description - the description