Class MarketingCreateContentBlocksRequestDtoType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MarketingCreateContentBlocksRequestDtoType.Builder
-
- Enclosing class:
- MarketingCreateContentBlocksRequestDtoType
public static final class MarketingCreateContentBlocksRequestDtoType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarketingCreateContentBlocksRequestDtoTypebuild()MarketingCreateContentBlocksRequestDtoType.BuildersourceValue(MarketingCreateContentBlocksRequestDtoSourceValue sourceValue)The source value of the type.MarketingCreateContentBlocksRequestDtoType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoSourceValue> sourceValue)The source value of the type.MarketingCreateContentBlocksRequestDtoType.Buildervalue(MarketingCreateContentBlocksRequestDtoValue value)The type of the content blocks.MarketingCreateContentBlocksRequestDtoType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoValue> value)The type of the content blocks.
-
-
-
Method Detail
-
value
public MarketingCreateContentBlocksRequestDtoType.Builder value(MarketingCreateContentBlocksRequestDtoValue value)
The type of the content blocks.
-
value
public MarketingCreateContentBlocksRequestDtoType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoValue> value)
The type of the content blocks.
-
sourceValue
public MarketingCreateContentBlocksRequestDtoType.Builder sourceValue(MarketingCreateContentBlocksRequestDtoSourceValue sourceValue)
The source value of the type.
-
sourceValue
public MarketingCreateContentBlocksRequestDtoType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoSourceValue> sourceValue)
The source value of the type.
-
build
public MarketingCreateContentBlocksRequestDtoType build()
-
-