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

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

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

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

Methods in org.jclouds.openstack.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.domain with parameters of type Link.Relation
static Link Link.create(Link.Relation relation, URI href)
           
 Link.Builder Link.Builder.relation(Link.Relation relation)
           
 

Constructors in org.jclouds.openstack.domain with parameters of type Link.Relation
Link(Link.Relation relation, URI href)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.