Uses of Class
org.jclouds.vcloud.director.v1_5.domain.org.Org

Packages that use Org
org.jclouds.vcloud.director.v1_5.domain.org   
org.jclouds.vcloud.director.v1_5.features   
 

Uses of Org in org.jclouds.vcloud.director.v1_5.domain.org
 

Subclasses of Org in org.jclouds.vcloud.director.v1_5.domain.org
 class AdminOrg
          The AdminOrg represents an administrative view of an organization.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.org that return Org
 Org Org.Builder.build()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.org with parameters of type Org
 B Org.Builder.fromOrg(Org in)
           
 

Uses of Org in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features that return Org
 Org OrgApi.get(String orgUrn)
          Retrieves an organization.
 Org OrgApi.get(URI orgHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type Org
 com.google.common.util.concurrent.ListenableFuture<? extends Org> OrgAsyncApi.get(String orgUrn)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> OrgAsyncApi.get(URI orgHref)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.