Package org.jclouds.cloudstack.options
Class ListUsageRecordsOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.cloudstack.options.AccountInDomainOptions
-
- org.jclouds.cloudstack.options.ListUsageRecordsOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class ListUsageRecordsOptions extends AccountInDomainOptions
Options to the GlobalUsageApi.listUsageOptions() API call
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListUsageRecordsOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static ListUsageRecordsOptionsNONE-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description ListUsageRecordsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListUsageRecordsOptionsaccountId(String accountId)ListUsageRecordsOptionsaccountInDomain(String account, String domain)ListUsageRecordsOptionsdomainId(String domainId)ListUsageRecordsOptionsincludeTags(boolean includeTags)ListUsageRecordsOptionskeyword(String keyword)ListUsageRecordsOptionspage(String page)ListUsageRecordsOptionspageSize(String pageSize)ListUsageRecordsOptionsprojectId(String projectId)ListUsageRecordsOptionstype(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 ListUsageRecordsOptions NONE
-
-
Method Detail
-
accountInDomain
public ListUsageRecordsOptions accountInDomain(String account, String domain)
- Overrides:
accountInDomainin classAccountInDomainOptions- Parameters:
account- an optional account for the resourcedomain- domain id
-
domainId
public ListUsageRecordsOptions domainId(String domainId)
- Overrides:
domainIdin classAccountInDomainOptions- Parameters:
domainId- The domain for the resource
-
accountId
public ListUsageRecordsOptions accountId(String accountId)
-
projectId
public ListUsageRecordsOptions projectId(String projectId)
-
keyword
public ListUsageRecordsOptions keyword(String keyword)
-
type
public ListUsageRecordsOptions type(String type)
-
page
public ListUsageRecordsOptions page(String page)
-
pageSize
public ListUsageRecordsOptions pageSize(String pageSize)
-
includeTags
public ListUsageRecordsOptions includeTags(boolean includeTags)
-
-