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

Packages that use Link
org.jclouds.vcloud.director.v1_5.domain   
org.jclouds.vcloud.director.v1_5.domain.dmtf   
org.jclouds.vcloud.director.v1_5.domain.query   
org.jclouds.vcloud.director.v1_5.domain.section   
org.jclouds.vcloud.director.v1_5.predicates   
 

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

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

Methods in org.jclouds.vcloud.director.v1_5.domain that return types with arguments of type Link
 Set<Link> Session.getLinks()
           
 Set<Link> Resource.getLinks()
          Set of optional links to an entity or operation associated with this object.
 

Methods in org.jclouds.vcloud.director.v1_5.domain with parameters of type Link
 Session.Builder Session.Builder.addLink(Link link)
           
 B Link.Builder.fromLink(Link in)
           
 B Resource.Builder.link(Link link)
           
 B MetadataEntry.Builder.link(Link link)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain with type arguments of type Link
 Session.Builder Session.Builder.links(Set<Link> links)
           
 B Resource.Builder.links(Set<Link> links)
           
 B MetadataEntry.Builder.links(Set<Link> links)
           
 

Uses of Link in org.jclouds.vcloud.director.v1_5.domain.dmtf
 

Methods in org.jclouds.vcloud.director.v1_5.domain.dmtf that return types with arguments of type Link
 Set<Link> RasdItem.getLinks()
          Set of optional links to an entity or operation associated with this object.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.dmtf with parameters of type Link
 B RasdItem.Builder.link(Link link)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain.dmtf with type arguments of type Link
 B RasdItem.Builder.links(Set<Link> links)
           
 

Uses of Link in org.jclouds.vcloud.director.v1_5.domain.query
 

Methods in org.jclouds.vcloud.director.v1_5.domain.query that return types with arguments of type Link
 Set<Link> QueryResultRecordType.getLinks()
          Set of optional links to an entity or operation associated with this object.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.query with parameters of type Link
 B QueryResultRecordType.Builder.link(Link link)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain.query with type arguments of type Link
 B QueryResultRecordType.Builder.links(Set<Link> links)
           
 

Constructor parameters in org.jclouds.vcloud.director.v1_5.domain.query with type arguments of type Link
QueryResultRecordType(Set<Link> links, URI href, String id, String type)
           
 

Uses of Link in org.jclouds.vcloud.director.v1_5.domain.section
 

Fields in org.jclouds.vcloud.director.v1_5.domain.section with type parameters of type Link
protected  Set<Link> VirtualHardwareSection.links
           
protected  Set<Link> NetworkConnectionSection.links
           
protected  Set<Link> NetworkConfigSection.links
           
protected  Set<Link> CustomizationSection.links
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.section that return types with arguments of type Link
 Set<Link> VirtualHardwareSection.getLinks()
          Set of optional links to an entity or operation associated with this object.
 Set<Link> OperatingSystemSection.getLinks()
          Set of optional links to an entity or operation associated with this object.
 Set<Link> NetworkConnectionSection.getLinks()
          Gets the value of the link property.
 Set<Link> NetworkConfigSection.getLinks()
          Gets the value of the link property.
 Set<Link> LeaseSettingsSection.getLinks()
          Gets the value of the links property.
 Set<Link> GuestCustomizationSection.getLinks()
          Gets the value of the link property.
 Set<Link> CustomizationSection.getLinks()
          Gets the value of the links property.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.section with parameters of type Link
 B VirtualHardwareSection.Builder.link(Link link)
           
 B OperatingSystemSection.Builder.link(Link link)
           
 B NetworkConnectionSection.Builder.link(Link link)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain.section with type arguments of type Link
 B VirtualHardwareSection.Builder.links(Set<Link> links)
           
 B OperatingSystemSection.Builder.links(Set<Link> links)
           
 B NetworkConnectionSection.Builder.links(Set<Link> links)
           
 B NetworkConfigSection.Builder.links(Set<Link> links)
           
 B LeaseSettingsSection.Builder.links(Set<Link> links)
           
 B GuestCustomizationSection.Builder.links(Set<Link> links)
           
 B CustomizationSection.Builder.links(Set<Link> links)
           
 

Uses of Link in org.jclouds.vcloud.director.v1_5.predicates
 

Methods in org.jclouds.vcloud.director.v1_5.predicates that return types with arguments of type Link
static com.google.common.base.Predicate<Link> LinkPredicates.nameEquals(String name)
           
static com.google.common.base.Predicate<Link> LinkPredicates.relEquals(Link.Rel rel)
           
static com.google.common.base.Predicate<Link> LinkPredicates.relEquals(String rel)
          matches links of the given relation
static com.google.common.base.Predicate<Link> LinkPredicates.typeEquals(String type)
           
 



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