public abstract static class EmailQuota.Builder<T extends EmailQuota.Builder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
max |
protected String |
unit |
Constructor and Description |
---|
EmailQuota.Builder() |
Modifier and Type | Method and Description |
---|---|
EmailQuota |
build() |
T |
fromEmailAccount(EmailQuota in) |
T |
max(int max) |
protected abstract T |
self() |
T |
unit(String unit) |
protected int max
protected String unit
protected abstract T self()
public T max(int max)
EmailQuota.getMax()
public T unit(String unit)
EmailQuota.getUnit()
public EmailQuota build()
public T fromEmailAccount(EmailQuota in)
Copyright © 2009-2013 jclouds. All Rights Reserved.