public abstract static class Resource.Builder<T extends Resource.Builder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected List<Map<String,String>> |
links |
protected Map<Resource.LinkType,URI> |
orderedSelfReferences |
Constructor and Description |
---|
Resource.Builder() |
protected int id
protected Map<Resource.LinkType,URI> orderedSelfReferences
protected abstract T self()
public T id(int id)
Resource.getId()
public T orderedSelfReferences(Map<Resource.LinkType,URI> orderedSelfReferences)
Resource.getOrderedSelfReferences()
Copyright © 2009-2013 jclouds. All Rights Reserved.