|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.ListUsageRecordsOptions
public class ListUsageRecordsOptions
Options to the GlobalUsageClient.listUsageOptions() API call
| Nested Class Summary | |
|---|---|
static class |
ListUsageRecordsOptions.Builder
|
| Field Summary | |
|---|---|
static ListUsageRecordsOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListUsageRecordsOptions()
|
|
| Method Summary | |
|---|---|
ListUsageRecordsOptions |
accountId(String accountId)
|
ListUsageRecordsOptions |
accountInDomain(String account,
String domain)
|
ListUsageRecordsOptions |
domainId(String domainId)
|
ListUsageRecordsOptions |
keyword(String keyword)
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ListUsageRecordsOptions NONE
| Constructor Detail |
|---|
public ListUsageRecordsOptions()
| Method Detail |
|---|
public ListUsageRecordsOptions accountInDomain(String account,
String domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic ListUsageRecordsOptions domainId(String domainId)
domainId in class AccountInDomainOptionsdomainId - The domain for the resourcepublic ListUsageRecordsOptions accountId(String accountId)
public ListUsageRecordsOptions keyword(String keyword)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||