Uses of Class
org.jclouds.openstack.domain.Link
Packages that use Link
-
Uses of Link in org.jclouds.openstack.domain
Methods in org.jclouds.openstack.domain that return LinkModifier and TypeMethodDescriptionLink.Builder.build()
static Link
Link.create
(Link.Relation relation, String type, URI href) static Link
Link.create
(Link.Relation relation, URI href) Methods in org.jclouds.openstack.domain that return types with arguments of type LinkMethods in org.jclouds.openstack.domain with parameters of type LinkModifier and TypeMethodDescriptionMethod parameters in org.jclouds.openstack.domain with type arguments of type LinkConstructor parameters in org.jclouds.openstack.domain with type arguments of type Link -
Uses of Link in org.jclouds.openstack.predicates
Methods in org.jclouds.openstack.predicates that return types with arguments of type LinkModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Link> LinkPredicates.hrefEquals
(URI href) matches links of the given hrefstatic com.google.common.base.Predicate
<Link> LinkPredicates.relationEquals
(Link.Relation rel) matches links of the given relationstatic com.google.common.base.Predicate
<Link> LinkPredicates.typeEquals
(String type) matches links of the given type