org.jclouds.openstack.keystone.v2_0.domain
Class Tenant.Builder<T extends Tenant.Builder<T>>
java.lang.Object
org.jclouds.openstack.keystone.v2_0.domain.Tenant.Builder<T>
- Enclosing class:
- Tenant
public abstract static class Tenant.Builder<T extends Tenant.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
description
protected String description
Tenant.Builder
public Tenant.Builder()
self
protected abstract T self()
id
public T id(String id)
- See Also:
Tenant.getId()
name
public T name(String name)
- See Also:
Tenant.getName()
description
public T description(String description)
- See Also:
Tenant.getDescription()
build
public Tenant build()
fromTenant
public T fromTenant(Tenant in)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.