org.jclouds.glesys.domain
Class EmailQuota.Builder<T extends EmailQuota.Builder<T>>

java.lang.Object
  extended by org.jclouds.glesys.domain.EmailQuota.Builder<T>
Enclosing class:
EmailQuota

public abstract static class EmailQuota.Builder<T extends EmailQuota.Builder<T>>
extends Object


Field Summary
protected  int max
           
protected  String unit
           
 
Constructor Summary
EmailQuota.Builder()
           
 
Method Summary
 EmailQuota build()
           
 T fromEmailAccount(EmailQuota in)
           
 T max(int max)
           
protected abstract  T self()
           
 T unit(String unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

max

protected int max

unit

protected String unit
Constructor Detail

EmailQuota.Builder

public EmailQuota.Builder()
Method Detail

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-2013 The Apache Software Foundation. All Rights Reserved.