org.jclouds.cloudstack.options
Class ListEventsOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.cloudstack.options.ListEventsOptions
All Implemented Interfaces:
HttpRequestOptions

public class ListEventsOptions
extends BaseHttpRequestOptions

Options used to control what events are returned

Author:
Vijay Kiran
See Also:

Nested Class Summary
static class ListEventsOptions.Builder
           
 
Field Summary
static ListEventsOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
ListEventsOptions()
           
 
Method Summary
 ListEventsOptions account(String account)
           
 ListEventsOptions domainId(long domainId)
           
 ListEventsOptions duration(String duration)
           
 ListEventsOptions endDate(Date enddate)
           
 ListEventsOptions entryTime(Date entrytime)
           
 ListEventsOptions id(String id)
           
 ListEventsOptions keyword(String keyword)
           
 ListEventsOptions level(String level)
           
 ListEventsOptions type(String type)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ListEventsOptions NONE
Constructor Detail

ListEventsOptions

public ListEventsOptions()
Method Detail

account

public ListEventsOptions account(String account)

domainId

public ListEventsOptions domainId(long domainId)

duration

public ListEventsOptions duration(String duration)

endDate

public ListEventsOptions endDate(Date enddate)

entryTime

public ListEventsOptions entryTime(Date entrytime)

id

public ListEventsOptions id(String id)

keyword

public ListEventsOptions keyword(String keyword)

level

public ListEventsOptions level(String level)

type

public ListEventsOptions type(String type)


Copyright © 2009-2012 jclouds. All Rights Reserved.