public class Link extends Reference
<xs:complexType name="LinkType">
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Link.Builder<B extends Link.Builder<B>>  | 
static class  | 
Link.Rel  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Link()  | 
protected  | 
Link(Link.Builder<?> builder)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Link.Builder<?> | 
builder()  | 
boolean | 
equals(Object o)  | 
Link.Rel | 
getRel()
Defines the relationship of the link to the object that contains it. 
 | 
int | 
hashCode()  | 
com.google.common.base.Objects.ToStringHelper | 
string()  | 
Link.Builder<?> | 
toBuilder()  | 
protected Link(Link.Builder<?> builder)
protected Link()
public static Link.Builder<?> builder()
public Link.Builder<?> toBuilder()
public Link.Rel getRel()
Copyright © 2009-2013 jclouds. All Rights Reserved.