Package org.jclouds.glesys.domain
Class EmailAccount.Builder<T extends EmailAccount.Builder<T>>
java.lang.Object
org.jclouds.glesys.domain.EmailAccount.Builder<T>
- Enclosing class:
 EmailAccount
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected intprotected booleanprotected booleanprotected Stringprotected booleanprotected Dateprotected Dateprotected EmailQuota - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionantispamLevel(int antispamLevel) antiVirus(boolean antiVirus) autoRespond(boolean autoRespond) autoRespondMessage(String autoRespondMessage) autoRespondSaveEmail(boolean autoRespondSaveEmail) build()quota(EmailQuota quota) protected abstract Tself() 
- 
Field Details
- 
account
 - 
quota
 - 
antispamLevel
protected int antispamLevel - 
antiVirus
protected boolean antiVirus - 
autoRespond
protected boolean autoRespond - 
autoRespondMessage
 - 
autoRespondSaveEmail
protected boolean autoRespondSaveEmail - 
created
 - 
modified
 
 - 
 - 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
self
 - 
account
- See Also:
 
 - 
quota
- See Also:
 
 - 
antispamLevel
- See Also:
 
 - 
antiVirus
- See Also:
 
 - 
autoRespond
- See Also:
 
 - 
autoRespondMessage
- See Also:
 
 - 
autoRespondSaveEmail
- See Also:
 
 - 
created
- See Also:
 
 - 
modified
- See Also:
 
 - 
build
 - 
fromEmailAccount
 
 -