Package org.jclouds.cloudstack.domain
Class OSType.Builder<T extends OSType.Builder<T>>
- java.lang.Object
-
- org.jclouds.cloudstack.domain.OSType.Builder<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected Stringidprotected StringOSCategoryId
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description OSTypebuild()Tdescription(String description)TfromOSType(OSType in)Tid(String id)TOSCategoryId(String OSCategoryId)protected abstract Tself()
-
-
-
Method Detail
-
self
protected abstract T self()
-
id
public T id(String id)
- See Also:
OSType.getId()
-
OSCategoryId
public T OSCategoryId(String OSCategoryId)
- See Also:
OSType.getOSCategoryId()
-
description
public T description(String description)
- See Also:
OSType.getDescription()
-
build
public OSType build()
-
-