Package org.jclouds.gogrid.domain
Class Option.Builder<T extends Option.Builder<T>>
- java.lang.Object
-
- org.jclouds.gogrid.domain.Option.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Option
build()
T
description(String description)
T
fromOption(Option in)
T
id(Long id)
T
name(String name)
protected abstract T
self()
-
-
-
Method Detail
-
self
protected abstract T self()
-
id
public T id(Long id)
- See Also:
Option.getId()
-
name
public T name(String name)
- See Also:
Option.getName()
-
description
public T description(String description)
- See Also:
Option.getDescription()
-
build
public Option build()
-
-