Package org.jclouds.glesys.options
Class CreateAccountOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.glesys.options.CreateAccountOptions
-
- All Implemented Interfaces:
HttpRequestOptions
- Direct Known Subclasses:
UpdateAccountOptions
public class CreateAccountOptions extends BaseHttpRequestOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateAccountOptions.Builder
-
Field Summary
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description CreateAccountOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateAccountOptions
antispamLevel(int antispamLevel)
Configure the antispam level of the accountCreateAccountOptions
antiVirus(boolean antiVirus)
Enable or disable virus checkingCreateAccountOptions
autorespond(boolean autorespond)
Enable or disable auto-respondCreateAccountOptions
autorespondMessage(String autorespondMessage)
Configure the auto-respond messageCreateAccountOptions
autorespondSaveEmail(boolean autorespondSaveEmail)
Enable or disable saving of auto-respond e-mails-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Method Detail
-
antispamLevel
public CreateAccountOptions antispamLevel(int antispamLevel)
Configure the antispam level of the account
-
antiVirus
public CreateAccountOptions antiVirus(boolean antiVirus)
Enable or disable virus checking
-
autorespond
public CreateAccountOptions autorespond(boolean autorespond)
Enable or disable auto-respond
-
autorespondSaveEmail
public CreateAccountOptions autorespondSaveEmail(boolean autorespondSaveEmail)
Enable or disable saving of auto-respond e-mails
-
autorespondMessage
public CreateAccountOptions autorespondMessage(String autorespondMessage)
Configure the auto-respond message
-
-