org.jclouds.openstack.keystone.v2_0.domain
Class Tenant.Builder

java.lang.Object
  extended by org.jclouds.openstack.keystone.v2_0.domain.Tenant.Builder
Enclosing class:
Tenant

public static class Tenant.Builder
extends Object


Field Summary
protected  String id
           
protected  String name
           
 
Constructor Summary
Tenant.Builder()
           
 
Method Summary
 Tenant build()
           
 Tenant.Builder fromTenant(Tenant from)
           
 Tenant.Builder id(String id)
           
 Tenant.Builder name(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name
Constructor Detail

Tenant.Builder

public Tenant.Builder()
Method Detail

id

public Tenant.Builder id(String id)
See Also:
Tenant.getId()

name

public Tenant.Builder name(String name)
See Also:
Tenant.getName()

build

public Tenant build()

fromTenant

public Tenant.Builder fromTenant(Tenant from)


Copyright © 2009-2012 jclouds. All Rights Reserved.