org.jclouds.cloudstack.domain
Class OSType.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.domain.OSType.Builder
Enclosing class:
OSType

public static class OSType.Builder
extends Object


Constructor Summary
OSType.Builder()
           
 
Method Summary
 OSType build()
           
 OSType.Builder description(String description)
           
 OSType.Builder id(long id)
           
 OSType.Builder OSCategoryId(long OSCategoryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSType.Builder

public OSType.Builder()
Method Detail

id

public OSType.Builder id(long id)

OSCategoryId

public OSType.Builder OSCategoryId(long OSCategoryId)

description

public OSType.Builder description(String description)

build

public OSType build()


Copyright © 2009-2012 jclouds. All Rights Reserved.