public abstract static class Resource.Builder<B extends Resource.Builder<B>> extends Object
Resource.Builder()
Resource
build()
protected B
fromResource(Resource in)
B
href(URI href)
link(Link link)
links(Set<Link> links)
self()
type(String type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Resource.Builder()
protected B self()
public B href(URI href)
ResourceType#getHref()
public B type(String type)
ResourceType#getType()
public B links(Set<Link> links)
ResourceType#getLinks()
public B link(Link link)
public Resource build()
protected B fromResource(Resource in)
Copyright © 2009-2013 jclouds. All Rights Reserved.