org.jclouds.glesys.domain
Class EmailQuota.Builder<T extends EmailQuota.Builder<T>>
java.lang.Object
org.jclouds.glesys.domain.EmailQuota.Builder<T>
- Enclosing class:
- EmailQuota
public abstract static class EmailQuota.Builder<T extends EmailQuota.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
max
protected int max
unit
protected String unit
EmailQuota.Builder
public EmailQuota.Builder()
self
protected abstract T self()
max
public T max(int max)
- See Also:
EmailQuota.getMax()
unit
public T unit(String unit)
- See Also:
EmailQuota.getUnit()
build
public EmailQuota build()
fromEmailAccount
public T fromEmailAccount(EmailQuota in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.