| Package | Description |
|---|---|
| org.jclouds.openstack.domain | |
| org.jclouds.openstack.predicates |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
Link.Builder |
Link.Builder.fromLink(Link from) |
T |
Resource.Builder.links(Link... links) |
| Modifier and Type | Method and Description |
|---|---|
T |
Resource.Builder.links(Set<Link> links) |
| Constructor and Description |
|---|
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-2016 The Apache Software Foundation. All Rights Reserved.