public class EmailSettingsType extends ArrayOfSetting
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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
version |
setting| Constructor and Description |
|---|
EmailSettingsType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getVersion()
Gets the value of the version property.
|
void |
setVersion(BigInteger value)
Sets the value of the version property.
|
getSettingprotected BigInteger version
public BigInteger getVersion()
BigIntegerpublic void setVersion(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2020. All rights reserved.