@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-30T09:09:50.123536Z[Etc/UTC]",
comments="Generator version: 7.9.0")
public class EmailScheduleInclude
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_ACCOMPANYING_INVOICE |
static java.lang.String |
SERIALIZED_NAME_ATTACHMENT |
static java.lang.String |
SERIALIZED_NAME_DELIVERY_NOTE |
static java.lang.String |
SERIALIZED_NAME_DOCUMENT |
| Constructor and Description |
|---|
EmailScheduleInclude() |
| Modifier and Type | Method and Description |
|---|---|
EmailScheduleInclude |
accompanyingInvoice(java.lang.Boolean accompanyingInvoice) |
EmailScheduleInclude |
attachment(java.lang.Boolean attachment) |
EmailScheduleInclude |
deliveryNote(java.lang.Boolean deliveryNote) |
EmailScheduleInclude |
document(java.lang.Boolean document) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getAccompanyingInvoice()
Include a button to view the accompanying invoice
|
java.lang.Boolean |
getAttachment()
Include a button to view the attachment
|
java.lang.Boolean |
getDeliveryNote()
Include a button to view the delivery note
|
java.lang.Boolean |
getDocument()
Include a button to view the document
|
int |
hashCode() |
void |
setAccompanyingInvoice(java.lang.Boolean accompanyingInvoice) |
void |
setAttachment(java.lang.Boolean attachment) |
void |
setDeliveryNote(java.lang.Boolean deliveryNote) |
void |
setDocument(java.lang.Boolean document) |
java.lang.String |
toString() |
public static final java.lang.String SERIALIZED_NAME_DOCUMENT
public static final java.lang.String SERIALIZED_NAME_DELIVERY_NOTE
public static final java.lang.String SERIALIZED_NAME_ATTACHMENT
public static final java.lang.String SERIALIZED_NAME_ACCOMPANYING_INVOICE
public EmailScheduleInclude document(java.lang.Boolean document)
@Nullable public java.lang.Boolean getDocument()
public void setDocument(java.lang.Boolean document)
public EmailScheduleInclude deliveryNote(java.lang.Boolean deliveryNote)
@Nullable public java.lang.Boolean getDeliveryNote()
public void setDeliveryNote(java.lang.Boolean deliveryNote)
public EmailScheduleInclude attachment(java.lang.Boolean attachment)
@Nullable public java.lang.Boolean getAttachment()
public void setAttachment(java.lang.Boolean attachment)
public EmailScheduleInclude accompanyingInvoice(java.lang.Boolean accompanyingInvoice)
@Nullable public java.lang.Boolean getAccompanyingInvoice()
public void setAccompanyingInvoice(java.lang.Boolean accompanyingInvoice)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object