org.jclouds.openstack.domain
Class Link.Builder

java.lang.Object
  extended by org.jclouds.openstack.domain.Link.Builder
Enclosing class:
Link

public static class Link.Builder
extends Object


Field Summary
protected  URI href
           
protected  Link.Relation relation
           
 
Constructor Summary
Link.Builder()
           
 
Method Summary
 Link.Builder fromLink(Link from)
           
protected  Link.Builder href(URI href)
           
 Link.Builder relation(Link.Relation relation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relation

protected Link.Relation relation

href

protected URI href
Constructor Detail

Link.Builder

public Link.Builder()
Method Detail

relation

public Link.Builder relation(Link.Relation relation)
See Also:
Link.getRelation()

href

protected Link.Builder href(URI href)
See Also:
Link.getHref()

fromLink

public Link.Builder fromLink(Link from)


Copyright © 2009-2012 jclouds. All Rights Reserved.