| Modifier and Type | Field and Description |
|---|---|
protected Date |
expires |
protected String |
id |
protected com.google.common.base.Optional<Tenant> |
tenant |
| Constructor and Description |
|---|
Token.Builder() |
protected String id
protected Date expires
protected com.google.common.base.Optional<Tenant> tenant
protected abstract T self()
public T id(String id)
Token.getId()public T expires(Date expires)
Token.getExpires()public T tenant(Tenant tenant)
Token.getTenant()public Token build()
Copyright © 2009-2013 jclouds. All Rights Reserved.