public class EmailAccount extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
EmailAccount.Builder<T extends EmailAccount.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
EmailAccount(String account,
            EmailQuota quota,
            int antispamLevel,
            GleSYSBoolean antiVirus,
            GleSYSBoolean autoRespond,
            String autoRespondMessage,
            GleSYSBoolean autoRespondSaveEmail,
            Date created,
            Date modified)  | 
| Modifier and Type | Method and Description | 
|---|---|
static EmailAccount.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
String | 
getAccount()  | 
int | 
getAntispamLevel()  | 
String | 
getAutoRespondMessage()  | 
Date | 
getCreated()  | 
Date | 
getModified()  | 
EmailQuota | 
getQuota()  | 
int | 
hashCode()  | 
boolean | 
isAntiVirus()  | 
boolean | 
isAutoRespond()  | 
boolean | 
isAutoRespondSaveEmail()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
EmailAccount.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
@ConstructorProperties(value={"emailaccount","quota","antispamlevel","antivirus","autorespond","autorespondmessage","autorespondsaveemail","created","modified"}) protected EmailAccount(String account, EmailQuota quota, int antispamLevel, GleSYSBoolean antiVirus, GleSYSBoolean autoRespond, @Nullable String autoRespondMessage, GleSYSBoolean autoRespondSaveEmail, Date created, @Nullable Date modified)
public static EmailAccount.Builder<?> builder()
public EmailAccount.Builder<?> toBuilder()
public String getAccount()
public EmailQuota getQuota()
public int getAntispamLevel()
public boolean isAntiVirus()
public boolean isAutoRespond()
@Nullable public String getAutoRespondMessage()
public boolean isAutoRespondSaveEmail()
public Date getCreated()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.