Uses of Class
org.jclouds.openstack.domain.Link.Relation
-
Packages that use Link.Relation Package Description org.jclouds.openstack.domain org.jclouds.openstack.predicates -
-
Uses of Link.Relation in org.jclouds.openstack.domain
Fields in org.jclouds.openstack.domain declared as Link.Relation Modifier and Type Field Description protected Link.Relation
Link.Builder. relation
protected Link.Relation
Link. relation
Methods in org.jclouds.openstack.domain that return Link.Relation Modifier and Type Method 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.Methods in org.jclouds.openstack.domain with parameters of type Link.Relation Modifier and Type Method 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)
Constructors in org.jclouds.openstack.domain with parameters of type Link.Relation Constructor Description Link(Link.Relation relation, String type, URI href)
-
Uses of Link.Relation in org.jclouds.openstack.predicates
Methods in org.jclouds.openstack.predicates with parameters of type Link.Relation Modifier and Type Method Description static com.google.common.base.Predicate<Link>
LinkPredicates. relationEquals(Link.Relation rel)
matches links of the given relation
-