org.jclouds.openstack.v2_0.domain
Class Link.Builder
java.lang.Object
org.jclouds.openstack.v2_0.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
type
protected com.google.common.base.Optional<String> type
href
protected URI href
Link.Builder
public Link.Builder()
relation
public Link.Builder relation(Link.Relation relation)
- See Also:
Link.getRelation()
type
public Link.Builder type(String type)
- See Also:
Link.getType()
href
public Link.Builder href(URI href)
- See Also:
Link.getHref()
build
public Link build()
fromLink
public Link.Builder fromLink(Link in)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.