public class CreateAccountOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CreateAccountOptions.Builder  | 
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
CreateAccountOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateAccountOptions | 
antispamLevel(int antispamLevel)
Configure the antispam level of the account 
 | 
CreateAccountOptions | 
antiVirus(boolean antiVirus)
Enable or disable virus checking 
 | 
CreateAccountOptions | 
autorespond(boolean autorespond)
Enable or disable auto-respond 
 | 
CreateAccountOptions | 
autorespondMessage(String autorespondMessage)
Configure the auto-respond message 
 | 
CreateAccountOptions | 
autorespondSaveEmail(boolean autorespondSaveEmail)
Enable or disable saving of auto-respond e-mails 
 | 
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic CreateAccountOptions antispamLevel(int antispamLevel)
public CreateAccountOptions antiVirus(boolean antiVirus)
public CreateAccountOptions autorespond(boolean autorespond)
public CreateAccountOptions autorespondSaveEmail(boolean autorespondSaveEmail)
public CreateAccountOptions autorespondMessage(String autorespondMessage)
Copyright © 2009-2013 jclouds. All Rights Reserved.