Class MarketingCreateContentBlocksRequestDtoType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MarketingCreateContentBlocksRequestDtoType
-
public class MarketingCreateContentBlocksRequestDtoType extends java.lang.ObjectMarketingCreateContentBlocksRequestDtoTypeStackone enum identifying the type of content block.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMarketingCreateContentBlocksRequestDtoType.Builder
-
Constructor Summary
Constructors Constructor Description MarketingCreateContentBlocksRequestDtoType()MarketingCreateContentBlocksRequestDtoType(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
MarketingCreateContentBlocksRequestDtoType
public MarketingCreateContentBlocksRequestDtoType(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoSourceValue> sourceValue)
-
MarketingCreateContentBlocksRequestDtoType
public MarketingCreateContentBlocksRequestDtoType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<MarketingCreateContentBlocksRequestDtoValue> value()
The type of the content blocks.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<MarketingCreateContentBlocksRequestDtoSourceValue> sourceValue()
The source value of the type.
-
builder
public static MarketingCreateContentBlocksRequestDtoType.Builder builder()
-
withValue
public MarketingCreateContentBlocksRequestDtoType withValue(MarketingCreateContentBlocksRequestDtoValue value)
The type of the content blocks.
-
withValue
public MarketingCreateContentBlocksRequestDtoType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoValue> value)
The type of the content blocks.
-
withSourceValue
public MarketingCreateContentBlocksRequestDtoType withSourceValue(MarketingCreateContentBlocksRequestDtoSourceValue sourceValue)
The source value of the type.
-
withSourceValue
public MarketingCreateContentBlocksRequestDtoType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends MarketingCreateContentBlocksRequestDtoSourceValue> sourceValue)
The source value of the type.
-
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
-
-