Uses of Enum Class
org.jclouds.openstack.domain.Link.Relation
Packages that use Link.Relation
-
Uses of Link.Relation in org.jclouds.openstack.domain
Fields in org.jclouds.openstack.domain declared as Link.RelationModifier and TypeFieldDescriptionprotected Link.Relation
Link.Builder.relation
protected Link.Relation
Link.relation
Methods in org.jclouds.openstack.domain that return Link.RelationModifier and TypeMethodDescriptionstatic Link.Relation
Link.getRelation()
There are three kinds of link relations associated with resources.static Link.Relation
Returns the enum constant of this class with the specified name.static Link.Relation[]
Link.Relation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.openstack.domain with parameters of type Link.RelationModifier and TypeMethodDescriptionstatic Link
Link.create
(Link.Relation relation, String type, URI href) static Link
Link.create
(Link.Relation relation, URI href) Link.Builder.relation
(Link.Relation relation) Constructors in org.jclouds.openstack.domain with parameters of type Link.Relation -
Uses of Link.Relation in org.jclouds.openstack.predicates
Methods in org.jclouds.openstack.predicates with parameters of type Link.RelationModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Link> LinkPredicates.relationEquals
(Link.Relation rel) matches links of the given relation