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

Packages that use Link.Rel
org.jclouds.vcloud.director.v1_5.domain   
org.jclouds.vcloud.director.v1_5.predicates   
 

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

Fields in org.jclouds.vcloud.director.v1_5.domain with type parameters of type Link.Rel
static List<Link.Rel> Link.Rel.ALL
           
protected static Map<String,Link.Rel> Link.Rel.REL_BY_ID
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain that return Link.Rel
static Link.Rel Link.Rel.fromValue(String value)
           
 Link.Rel Link.getRel()
          Defines the relationship of the link to the object that contains it.
static Link.Rel Link.Rel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Link.Rel[] Link.Rel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.vcloud.director.v1_5.domain with parameters of type Link.Rel
 B Link.Builder.rel(Link.Rel rel)
           
 

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

Methods in org.jclouds.vcloud.director.v1_5.predicates with parameters of type Link.Rel
static com.google.common.base.Predicate<Link> LinkPredicates.relEquals(Link.Rel rel)
           
 



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