org.cloudfoundry.client.lib.domain
Class CloudSpace

java.lang.Object
  extended by org.cloudfoundry.client.lib.domain.CloudEntity
      extended by org.cloudfoundry.client.lib.domain.CloudSpace

public class CloudSpace
extends CloudEntity

Author:
Thomas Risberg

Nested Class Summary
 
Nested classes/interfaces inherited from class org.cloudfoundry.client.lib.domain.CloudEntity
CloudEntity.Meta
 
Constructor Summary
CloudSpace(CloudEntity.Meta meta, String name, CloudOrganization organization)
           
 
Method Summary
 CloudOrganization getOrganization()
           
 
Methods inherited from class org.cloudfoundry.client.lib.domain.CloudEntity
getMeta, getName, setMeta, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloudSpace

public CloudSpace(CloudEntity.Meta meta,
                  String name,
                  CloudOrganization organization)
Method Detail

getOrganization

public CloudOrganization getOrganization()


Copyright © 2013. All rights reserved.