Package org.jclouds.cloudstack.options
Class ListEventsOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.cloudstack.options.ListEventsOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class ListEventsOptions extends BaseHttpRequestOptions
Options used to control what events are returned
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListEventsOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static ListEventsOptionsNONE-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description ListEventsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListEventsOptionsaccount(String account)ListEventsOptionsdomainId(String domainId)ListEventsOptionsduration(String duration)ListEventsOptionsendDate(Date enddate)ListEventsOptionsentryTime(Date entrytime)ListEventsOptionsid(String id)ListEventsOptionskeyword(String keyword)ListEventsOptionslevel(String level)ListEventsOptionsprojectId(String projectId)ListEventsOptionstype(String type)-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final ListEventsOptions NONE
-
-
Method Detail
-
account
public ListEventsOptions account(String account)
-
domainId
public ListEventsOptions domainId(String 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)
-
projectId
public ListEventsOptions projectId(String projectId)
-
keyword
public ListEventsOptions keyword(String keyword)
-
level
public ListEventsOptions level(String level)
-
type
public ListEventsOptions type(String type)
-
-