Package | Description |
---|---|
org.jclouds.openstack.domain | |
org.jclouds.openstack.predicates |
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,
String type,
URI href) |
static Link |
Link.create(Link.Relation relation,
URI href) |
Link.Builder |
Link.Builder.relation(Link.Relation relation) |
Constructor and Description |
---|
Link(Link.Relation relation,
String type,
URI href) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Link> |
LinkPredicates.relationEquals(Link.Relation rel)
matches links of the given relation
|
Copyright © 2009-2013 jclouds. All Rights Reserved.