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, 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, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, 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-2016 The Apache Software Foundation. All Rights Reserved.