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