Uses of Enum Class
org.jclouds.openstack.v2_0.domain.Link.Relation
Packages that use Link.Relation
-
Uses of Link.Relation in org.jclouds.openstack.v2_0.domain
Fields in org.jclouds.openstack.v2_0.domain declared as Link.RelationMethods in org.jclouds.openstack.v2_0.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.v2_0.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.v2_0.domain with parameters of type Link.RelationModifierConstructorDescriptionprotected
Link
(Link.Relation relation, com.google.common.base.Optional<String> type, URI href) -
Uses of Link.Relation in org.jclouds.openstack.v2_0.predicates
Methods in org.jclouds.openstack.v2_0.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