|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Link | |
|---|---|
| org.jclouds.openstack.keystone.v2_0.domain | |
| org.jclouds.openstack.v2_0.domain | |
| org.jclouds.openstack.v2_0.predicates | |
| Uses of Link in org.jclouds.openstack.keystone.v2_0.domain |
|---|
| Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Link | |
|---|---|
ApiMetadata(String id,
String name,
Set<Link> links,
String status,
Date updated,
Set<MediaType> mediaTypes)
|
|
| Uses of Link in org.jclouds.openstack.v2_0.domain |
|---|
| Fields in org.jclouds.openstack.v2_0.domain with type parameters of type Link | |
|---|---|
protected Set<Link> |
Resource.Builder.links
|
| Methods in org.jclouds.openstack.v2_0.domain that return Link | |
|---|---|
Link |
Link.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.v2_0.domain that return types with arguments of type Link | |
|---|---|
Set<Link> |
Resource.getLinks()
|
Iterable<Link> |
PaginatedCollection.getLinks()
links that relate to this collection |
| Methods in org.jclouds.openstack.v2_0.domain with parameters of type Link | |
|---|---|
Link.Builder |
Link.Builder.fromLink(Link in)
|
T |
Resource.Builder.links(Link... in)
|
| Method parameters in org.jclouds.openstack.v2_0.domain with type arguments of type Link | |
|---|---|
T |
Resource.Builder.links(Set<Link> links)
|
| Constructor parameters in org.jclouds.openstack.v2_0.domain with type arguments of type Link | |
|---|---|
Extension(String name,
Set<Link> links,
URI namespace,
String alias,
Date updated,
String description)
|
|
PaginatedCollection(Iterable<T> resources,
Iterable<Link> links)
|
|
PaginatedCollection(Iterable<T> resources,
Iterable<Link> links,
Integer totalEntries)
|
|
Resource(String id,
String name,
Set<Link> links)
|
|
| Uses of Link in org.jclouds.openstack.v2_0.predicates |
|---|
| Methods in org.jclouds.openstack.v2_0.predicates that return types with arguments of type Link | |
|---|---|
static com.google.common.base.Predicate<Link> |
LinkPredicates.hrefEquals(URI href)
matches links of the given href |
static com.google.common.base.Predicate<Link> |
LinkPredicates.relationEquals(Link.Relation rel)
matches links of the given relation |
static com.google.common.base.Predicate<Link> |
LinkPredicates.typeEquals(String type)
matches links of the given type |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||