Uses of Class
org.jclouds.glesys.options.CreateAccountOptions
Packages that use CreateAccountOptions
-
Uses of CreateAccountOptions in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features with parameters of type CreateAccountOptionsModifier and TypeMethodDescriptionEmailAccountApi.createWithPassword
(String accountAddress, String password, CreateAccountOptions... options) Create a new e-mail account -
Uses of CreateAccountOptions in org.jclouds.glesys.options
Subclasses of CreateAccountOptions in org.jclouds.glesys.optionsMethods in org.jclouds.glesys.options that return CreateAccountOptionsModifier and TypeMethodDescriptionCreateAccountOptions.antispamLevel
(int antispamLevel) Configure the antispam level of the accountstatic CreateAccountOptions
CreateAccountOptions.Builder.antispamLevel
(int antispamLevel) CreateAccountOptions.antiVirus
(boolean antiVirus) Enable or disable virus checkingstatic CreateAccountOptions
CreateAccountOptions.Builder.antiVirus
(boolean antiVirus) CreateAccountOptions.autorespond
(boolean autorespond) Enable or disable auto-respondstatic CreateAccountOptions
CreateAccountOptions.Builder.autorespond
(boolean autorespond) CreateAccountOptions.autorespondMessage
(String autorespondMessage) Configure the auto-respond messagestatic CreateAccountOptions
CreateAccountOptions.Builder.autorespondMessage
(String autorespondMessage) CreateAccountOptions.autorespondSaveEmail
(boolean autorespondSaveEmail) Enable or disable saving of auto-respond e-mailsstatic CreateAccountOptions
CreateAccountOptions.Builder.autorespondSaveEmail
(boolean autorespondSaveEmail)