Class MarketingCreateEmailTemplateRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MarketingCreateEmailTemplateRequestDto
-
public class MarketingCreateEmailTemplateRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMarketingCreateEmailTemplateRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description MarketingCreateEmailTemplateRequestDto()MarketingCreateEmailTemplateRequestDto(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<? extends java.util.List<EmailMessages>> messages, 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 MarketingCreateEmailTemplateRequestDto.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.List<EmailMessages>>messages()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()MarketingCreateEmailTemplateRequestDtowithMessages(java.util.List<EmailMessages> messages)MarketingCreateEmailTemplateRequestDtowithMessages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<EmailMessages>> messages)MarketingCreateEmailTemplateRequestDtowithName(java.lang.String name)MarketingCreateEmailTemplateRequestDtowithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)MarketingCreateEmailTemplateRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerMarketingCreateEmailTemplateRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerMarketingCreateEmailTemplateRequestDtowithTags(java.util.List<java.lang.String> tags)MarketingCreateEmailTemplateRequestDtowithTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
-
-
-
Constructor Detail
-
MarketingCreateEmailTemplateRequestDto
public MarketingCreateEmailTemplateRequestDto(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<? extends java.util.List<EmailMessages>> messages, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
MarketingCreateEmailTemplateRequestDto
public MarketingCreateEmailTemplateRequestDto()
-
-
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()
-
messages
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<EmailMessages>> messages()
-
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 MarketingCreateEmailTemplateRequestDto.Builder builder()
-
withName
public MarketingCreateEmailTemplateRequestDto withName(java.lang.String name)
-
withName
public MarketingCreateEmailTemplateRequestDto withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
withTags
public MarketingCreateEmailTemplateRequestDto withTags(java.util.List<java.lang.String> tags)
-
withTags
public MarketingCreateEmailTemplateRequestDto withTags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
-
withMessages
public MarketingCreateEmailTemplateRequestDto withMessages(java.util.List<EmailMessages> messages)
-
withMessages
public MarketingCreateEmailTemplateRequestDto withMessages(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<EmailMessages>> messages)
-
withPassthrough
public MarketingCreateEmailTemplateRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public MarketingCreateEmailTemplateRequestDto 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
-
-