Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Field and Description |
---|---|
protected EmailMessage |
EmailDeliveryInfo.emailMessage |
protected EmailMessage |
EmailMessagesPrefs.estimateMessage |
protected EmailMessage |
EmailMessagesPrefs.invoiceMessage |
protected EmailMessage |
EmailMessagesPrefs.salesReceiptMessage |
protected EmailMessage |
EmailMessagesPrefs.statementMessage |
Modifier and Type | Method and Description |
---|---|
EmailMessage |
ObjectFactory.createEmailMessage()
Create an instance of
EmailMessage |
EmailMessage |
EmailDeliveryInfo.getEmailMessage()
Gets the value of the emailMessage property.
|
EmailMessage |
EmailMessagesPrefs.getEstimateMessage()
Gets the value of the estimateMessage property.
|
EmailMessage |
EmailMessagesPrefs.getInvoiceMessage()
Gets the value of the invoiceMessage property.
|
EmailMessage |
EmailMessagesPrefs.getSalesReceiptMessage()
Gets the value of the salesReceiptMessage property.
|
EmailMessage |
EmailMessagesPrefs.getStatementMessage()
Gets the value of the statementMessage property.
|
Modifier and Type | Method and Description |
---|---|
void |
EmailDeliveryInfo.setEmailMessage(EmailMessage value)
Sets the value of the emailMessage property.
|
void |
EmailMessagesPrefs.setEstimateMessage(EmailMessage value)
Sets the value of the estimateMessage property.
|
void |
EmailMessagesPrefs.setInvoiceMessage(EmailMessage value)
Sets the value of the invoiceMessage property.
|
void |
EmailMessagesPrefs.setSalesReceiptMessage(EmailMessage value)
Sets the value of the salesReceiptMessage property.
|
void |
EmailMessagesPrefs.setStatementMessage(EmailMessage value)
Sets the value of the statementMessage property.
|
Copyright © 2017. All rights reserved.