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

Packages that use Property
org.jclouds.vcloud.director.v1_5.domain   
 

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

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

Methods in org.jclouds.vcloud.director.v1_5.domain that return types with arguments of type Property
 Set<Property> CatalogItem.getProperties()
          User-specified key/value pair.
 

Methods in org.jclouds.vcloud.director.v1_5.domain with parameters of type Property
 Property.Builder Property.Builder.fromProperty(Property in)
           
 B CatalogItem.Builder.property(Property property)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain with type arguments of type Property
 B CatalogItem.Builder.properties(Set<Property> properties)
           
 



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