public class AccountInDomainOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
AccountInDomainOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static AccountInDomainOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
AccountInDomainOptions() |
Modifier and Type | Method and Description |
---|---|
AccountInDomainOptions |
accountInDomain(String account,
long domain) |
AccountInDomainOptions |
domainId(long domainId) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final AccountInDomainOptions NONE
public AccountInDomainOptions accountInDomain(String account, long domain)
account
- an optional account for the resourcedomain
- domain idpublic AccountInDomainOptions domainId(long domainId)
domainId
- The domain for the resourceCopyright © 2009-2012 jclouds. All Rights Reserved.