| Package | Description | 
|---|---|
| org.jclouds.openstack.domain | 
| Modifier and Type | Field and Description | 
|---|---|
protected Link.Relation | 
Link.relation  | 
protected Link.Relation | 
Link.Builder.relation  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Link | 
Link.create(Link.Relation relation,
      URI href)  | 
Link.Builder | 
Link.Builder.relation(Link.Relation relation)  | 
| Constructor and Description | 
|---|
Link(Link.Relation relation,
    URI href)  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.