Uses of Class
org.jclouds.openstack.v2_0.domain.Link.Relation

Packages that use Link.Relation
org.jclouds.openstack.v2_0.domain   
org.jclouds.openstack.v2_0.predicates   
 

Uses of Link.Relation in org.jclouds.openstack.v2_0.domain
 

Fields in org.jclouds.openstack.v2_0.domain declared as Link.Relation
protected  Link.Relation Link.Builder.relation
           
 

Methods in org.jclouds.openstack.v2_0.domain that return Link.Relation
static Link.Relation Link.Relation.fromValue(String v)
           
 Link.Relation Link.getRelation()
          There are three kinds of link relations associated with resources.
static Link.Relation Link.Relation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Link.Relation[] Link.Relation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.openstack.v2_0.domain with parameters of type Link.Relation
static Link Link.create(Link.Relation relation, String type, URI href)
           
static Link Link.create(Link.Relation relation, URI href)
           
 Link.Builder Link.Builder.relation(Link.Relation relation)
           
 

Constructors in org.jclouds.openstack.v2_0.domain with parameters of type Link.Relation
Link(Link.Relation relation, com.google.common.base.Optional<String> type, URI href)
           
 

Uses of Link.Relation in org.jclouds.openstack.v2_0.predicates
 

Methods in org.jclouds.openstack.v2_0.predicates with parameters of type Link.Relation
static com.google.common.base.Predicate<Link> LinkPredicates.relationEquals(Link.Relation rel)
          matches links of the given relation
 



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