Class Email


  • @ApiType("SoftLayer_Container_Billing_Invoice_Email")
    public class Email
    extends Entity
    This container is used to provide all the options for [[SoftLayer_Billing_Invoice/emailInvoices|emailInvoices]] in order to have the necessary invoices generated and links sent to the user's email.
    See Also:
    SoftLayer_Container_Billing_Invoice_Email
    • Field Detail

      • excelInvoiceIdsSpecified

        protected boolean excelInvoiceIdsSpecified
      • pdfDetailedInvoiceIdsSpecified

        protected boolean pdfDetailedInvoiceIdsSpecified
      • pdfInvoiceIdsSpecified

        protected boolean pdfInvoiceIdsSpecified
      • typeSpecified

        protected boolean typeSpecified
    • Constructor Detail

      • Email

        public Email()
    • Method Detail

      • getExcelInvoiceIds

        public List<Long> getExcelInvoiceIds()
      • isExcelInvoiceIdsSpecified

        public boolean isExcelInvoiceIdsSpecified()
      • unsetExcelInvoiceIds

        public void unsetExcelInvoiceIds()
      • getPdfDetailedInvoiceIds

        public List<Long> getPdfDetailedInvoiceIds()
      • isPdfDetailedInvoiceIdsSpecified

        public boolean isPdfDetailedInvoiceIdsSpecified()
      • unsetPdfDetailedInvoiceIds

        public void unsetPdfDetailedInvoiceIds()
      • getPdfInvoiceIds

        public List<Long> getPdfInvoiceIds()
      • isPdfInvoiceIdsSpecified

        public boolean isPdfInvoiceIdsSpecified()
      • unsetPdfInvoiceIds

        public void unsetPdfInvoiceIds()
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isTypeSpecified

        public boolean isTypeSpecified()
      • unsetType

        public void unsetType()