Modifier and Type | Field and Description |
---|---|
protected URI |
href |
protected Link.Relation |
relation |
protected String |
type |
Constructor and Description |
---|
Link.Builder() |
protected Link.Relation relation
protected String type
protected URI href
protected abstract T self()
public T relation(Link.Relation relation)
Link.getRelation()
public T type(String type)
Link.getType()
public T href(URI href)
Link.getHref()
public Link build()
Copyright © 2009-2012 jclouds. All Rights Reserved.