org.jclouds.cloudstack.options
Class ListAlertsOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.ListAlertsOptions.Builder
Enclosing class:
ListAlertsOptions

public static class ListAlertsOptions.Builder
extends Object


Constructor Summary
ListAlertsOptions.Builder()
           
 
Method Summary
static ListAlertsOptions id(long id)
           
static ListAlertsOptions keyword(String keyword)
           
static ListAlertsOptions type(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAlertsOptions.Builder

public ListAlertsOptions.Builder()
Method Detail

id

public static ListAlertsOptions id(long id)

keyword

public static ListAlertsOptions keyword(String keyword)

type

public static ListAlertsOptions type(String type)


Copyright © 2009-2012 jclouds. All Rights Reserved.