Class EmailSettingsType


  • public class EmailSettingsType
    extends ArrayOfSetting
    Allowed values for settingName are: headerEmailReceipt and footerEmailReceipt

    Java class for emailSettingsType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="emailSettingsType">
       <complexContent>
         <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfSetting">
           <attribute name="version">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EmailSettingsType

        public EmailSettingsType()
    • Method Detail

      • getVersion

        public BigInteger getVersion()
        Gets the value of the version property.
        Returns:
        possible object is BigInteger
      • setVersion

        public void setVersion​(BigInteger value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is BigInteger