Package org.jclouds.gogrid.domain
Class Customer.Builder<T extends Customer.Builder<T>>
- java.lang.Object
-
- org.jclouds.gogrid.domain.Customer.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Customerbuild()TfromCustomer(Customer in)Tid(long id)Tname(String name)protected abstract Tself()
-
-
-
Field Detail
-
id
protected long id
-
name
protected String name
-
-
Method Detail
-
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()
-
-