org.jclouds.gogrid.domain
Class Customer.Builder<T extends Customer.Builder<T>>
java.lang.Object
org.jclouds.gogrid.domain.Customer.Builder<T>
- Enclosing class:
- Customer
public abstract static class Customer.Builder<T extends Customer.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected long id
name
protected String name
Customer.Builder
public Customer.Builder()
self
protected abstract T self()
id
public T id(long id)
- See Also:
Customer.getId()
name
public T name(String name)
- See Also:
Customer.getName()
build
public Customer build()
fromCustomer
public T fromCustomer(Customer in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.