Class MarketingCreateContentBlocksRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MarketingCreateContentBlocksRequestDto.Builder
-
- Enclosing class:
- MarketingCreateContentBlocksRequestDto
public static final class MarketingCreateContentBlocksRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarketingCreateContentBlocksRequestDtobuild()MarketingCreateContentBlocksRequestDto.Buildercontent(java.lang.String content)MarketingCreateContentBlocksRequestDto.Buildercontent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)MarketingCreateContentBlocksRequestDto.Buildername(java.lang.String name)MarketingCreateContentBlocksRequestDto.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)MarketingCreateContentBlocksRequestDto.Builderpassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerMarketingCreateContentBlocksRequestDto.Builderpassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerMarketingCreateContentBlocksRequestDto.Buildertags(java.util.List<java.lang.String> tags)MarketingCreateContentBlocksRequestDto.Buildertags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)MarketingCreateContentBlocksRequestDto.Buildertype(MarketingCreateContentBlocksRequestDtoType type)Stackone enum identifying the type of content block.MarketingCreateContentBlocksRequestDto.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoType> type)Stackone enum identifying the type of content block.
-
-
-
Method Detail
-
name
public MarketingCreateContentBlocksRequestDto.Builder name(java.lang.String name)
-
name
public MarketingCreateContentBlocksRequestDto.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
tags
public MarketingCreateContentBlocksRequestDto.Builder tags(java.util.List<java.lang.String> tags)
-
tags
public MarketingCreateContentBlocksRequestDto.Builder tags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
-
content
public MarketingCreateContentBlocksRequestDto.Builder content(java.lang.String content)
-
content
public MarketingCreateContentBlocksRequestDto.Builder content(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
-
type
public MarketingCreateContentBlocksRequestDto.Builder type(MarketingCreateContentBlocksRequestDtoType type)
Stackone enum identifying the type of content block.
-
type
public MarketingCreateContentBlocksRequestDto.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoType> type)
Stackone enum identifying the type of content block.
-
passthrough
public MarketingCreateContentBlocksRequestDto.Builder passthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
passthrough
public MarketingCreateContentBlocksRequestDto.Builder passthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
build
public MarketingCreateContentBlocksRequestDto build()
-
-