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
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionantispamLevel
(int antispamLevel) Configure the antispam level of the accountantiVirus
(boolean antiVirus) Enable or disable virus checkingautorespond
(boolean autorespond) Enable or disable auto-respondautorespondMessage
(String autorespondMessage) Configure the auto-respond messageautorespondSaveEmail
(boolean autorespondSaveEmail) Enable or disable saving of auto-respond e-mailsMethods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Constructor Details
-
CreateAccountOptions
public CreateAccountOptions()
-
-
Method Details
-
antispamLevel
Configure the antispam level of the account -
antiVirus
Enable or disable virus checking -
autorespond
Enable or disable auto-respond -
autorespondSaveEmail
Enable or disable saving of auto-respond e-mails -
autorespondMessage
Configure the auto-respond message
-