Class MarketingCreateContentBlocksRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MarketingCreateContentBlocksRequestDto
-
public class MarketingCreateContentBlocksRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMarketingCreateContentBlocksRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description MarketingCreateContentBlocksRequestDto()MarketingCreateContentBlocksRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content, org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoType> type, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MarketingCreateContentBlocksRequestDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>content()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>tags()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<MarketingCreateContentBlocksRequestDtoType>type()Stackone enum identifying the type of content block.MarketingCreateContentBlocksRequestDtowithContent(java.lang.String content)MarketingCreateContentBlocksRequestDtowithContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)MarketingCreateContentBlocksRequestDtowithName(java.lang.String name)MarketingCreateContentBlocksRequestDtowithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)MarketingCreateContentBlocksRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerMarketingCreateContentBlocksRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerMarketingCreateContentBlocksRequestDtowithTags(java.util.List<java.lang.String> tags)MarketingCreateContentBlocksRequestDtowithTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)MarketingCreateContentBlocksRequestDtowithType(MarketingCreateContentBlocksRequestDtoType type)Stackone enum identifying the type of content block.MarketingCreateContentBlocksRequestDtowithType(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoType> type)Stackone enum identifying the type of content block.
-
-
-
Constructor Detail
-
MarketingCreateContentBlocksRequestDto
public MarketingCreateContentBlocksRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content, org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoType> type, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
MarketingCreateContentBlocksRequestDto
public MarketingCreateContentBlocksRequestDto()
-
-
Method Detail
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
-
tags
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> tags()
-
content
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content()
-
type
public org.openapitools.jackson.nullable.JsonNullable<MarketingCreateContentBlocksRequestDtoType> type()
Stackone enum identifying the type of content block.
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
builder
public static MarketingCreateContentBlocksRequestDto.Builder builder()
-
withName
public MarketingCreateContentBlocksRequestDto withName(java.lang.String name)
-
withName
public MarketingCreateContentBlocksRequestDto withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
withTags
public MarketingCreateContentBlocksRequestDto withTags(java.util.List<java.lang.String> tags)
-
withTags
public MarketingCreateContentBlocksRequestDto withTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
-
withContent
public MarketingCreateContentBlocksRequestDto withContent(java.lang.String content)
-
withContent
public MarketingCreateContentBlocksRequestDto withContent(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
-
withType
public MarketingCreateContentBlocksRequestDto withType(MarketingCreateContentBlocksRequestDtoType type)
Stackone enum identifying the type of content block.
-
withType
public MarketingCreateContentBlocksRequestDto withType(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoType> type)
Stackone enum identifying the type of content block.
-
withPassthrough
public MarketingCreateContentBlocksRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public MarketingCreateContentBlocksRequestDto withPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-