| Package | Description |
|---|---|
| org.jclouds.openstack.keystone.v2_0.domain | |
| org.jclouds.openstack.v2_0.domain | |
| org.jclouds.openstack.v2_0.predicates |
| Constructor and Description |
|---|
ApiMetadata(String id,
String name,
Set<Link> links,
String status,
Date updated,
Set<MediaType> mediaTypes) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Link> |
Resource.Builder.links |
| Modifier and Type | Method and Description |
|---|---|
Link |
Link.Builder.build() |
static Link |
Link.create(Link.Relation relation,
String type,
URI href) |
static Link |
Link.create(Link.Relation relation,
URI href) |
| Modifier and Type | Method and Description |
|---|---|
Set<Link> |
Resource.getLinks() |
Iterable<Link> |
PaginatedCollection.getLinks()
links that relate to this collection
|
| Modifier and Type | Method and Description |
|---|---|
Link.Builder |
Link.Builder.fromLink(Link in) |
T |
Resource.Builder.links(Link... in) |
| Modifier and Type | Method and Description |
|---|---|
T |
Resource.Builder.links(Set<Link> links) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.