org.jclouds.openstack.domain
Class Link.Builder
java.lang.Object
org.jclouds.openstack.domain.Link.Builder
- Enclosing class:
- Link
public static class Link.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
relation
protected Link.Relation relation
href
protected URI href
Link.Builder
public Link.Builder()
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.