|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.Resource
org.jclouds.vcloud.director.v1_5.domain.org.OrgEmailSettings
public class OrgEmailSettings
Defines the email settings for an organization.
<complexType name="OrgEmailSettings">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}ResourceType">
<sequence>
<element name="IsDefaultSmtpServer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsDefaultOrgEmail" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="FromEmailAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DefaultSubjectPrefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IsAlertEmailToAllAdmins" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="AlertEmailTo" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="SmtpServerSettings" type="{http://www.vmware.com/vcloud/v1.5}SmtpServerSettingsType" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
OrgEmailSettings.Builder<B extends OrgEmailSettings.Builder<B>>
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
|---|
logger |
| Method Summary | |
|---|---|
static OrgEmailSettings.Builder<?> |
builder()
|
boolean |
equals(Object o)
|
List<String> |
getAlertEmailTo()
Gets the value of the alertEmailTo property. |
String |
getDefaultSubjectPrefix()
Gets the value of the defaultSubjectPrefix property. |
String |
getFromEmailAddress()
Gets the value of the fromEmailAddress property. |
SmtpServerSettings |
getSmtpServerSettings()
Gets the value of the smtpServerSettings property. |
int |
hashCode()
|
boolean |
isAlertEmailToAllAdmins()
Gets the value of the isAlertEmailToAllAdmins property. |
boolean |
isDefaultOrgEmail()
Gets the value of the isDefaultOrgEmail property. |
boolean |
isDefaultSmtpServer()
Gets the value of the isDefaultSmtpServer property. |
com.google.common.base.Objects.ToStringHelper |
string()
|
OrgEmailSettings.Builder<?> |
toBuilder()
|
| Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
|---|
clone, getHref, getLinks, getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static OrgEmailSettings.Builder<?> builder()
public OrgEmailSettings.Builder<?> toBuilder()
toBuilder in class Resourcepublic boolean isDefaultSmtpServer()
public boolean isDefaultOrgEmail()
public String getFromEmailAddress()
Stringpublic String getDefaultSubjectPrefix()
Stringpublic boolean isAlertEmailToAllAdmins()
public List<String> getAlertEmailTo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the alertEmailTo property.
For example, to add a new item, do as follows:
getAlertEmailTo().add(newItem);
Objects of the following type(s) are allowed in the list
String
public SmtpServerSettings getSmtpServerSettings()
SmtpServerSettingspublic boolean equals(Object o)
equals in class Resourcepublic int hashCode()
hashCode in class Resourcepublic com.google.common.base.Objects.ToStringHelper string()
string in class Resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||