public class CreateAccountOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
CreateAccountOptions.Builder |
formParameters, headers, matrixParameters, 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, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public 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-2012 jclouds. All Rights Reserved.