Class Link.Builder
- java.lang.Object
-
- org.jclouds.openstack.v2_0.domain.Link.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Link
build()
Link.Builder
fromLink(Link in)
Link.Builder
href(URI href)
Link.Builder
relation(Link.Relation relation)
Link.Builder
type(String type)
-
-
-
Field Detail
-
relation
protected Link.Relation relation
-
type
protected com.google.common.base.Optional<String> type
-
href
protected URI href
-
-
Method Detail
-
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)
-
-