org.jclouds.cloudstack.options
Class ListEventsOptions.Builder

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

public static class ListEventsOptions.Builder
extends Object


Constructor Summary
ListEventsOptions.Builder()
           
 
Method Summary
static ListEventsOptions account(String account)
           
static ListEventsOptions domainId(long domainId)
           
static ListEventsOptions duration(String duration)
           
static ListEventsOptions endDate(Date enddate)
           
static ListEventsOptions entryTime(Date entrytime)
           
static ListEventsOptions id(String id)
           
static ListEventsOptions keyword(String keyword)
           
static ListEventsOptions level(String level)
           
static ListEventsOptions type(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEventsOptions.Builder

public ListEventsOptions.Builder()
Method Detail

account

public static ListEventsOptions account(String account)

domainId

public static ListEventsOptions domainId(long domainId)

duration

public static ListEventsOptions duration(String duration)

endDate

public static ListEventsOptions endDate(Date enddate)

entryTime

public static ListEventsOptions entryTime(Date entrytime)

id

public static ListEventsOptions id(String id)

keyword

public static ListEventsOptions keyword(String keyword)

level

public static ListEventsOptions level(String level)

type

public static ListEventsOptions type(String type)


Copyright © 2009-2012 jclouds. All Rights Reserved.