org.jclouds.glesys.options
Class UpdateAccountOptions.Builder

java.lang.Object
  extended by org.jclouds.glesys.options.UpdateAccountOptions.Builder
Enclosing class:
UpdateAccountOptions

public static class UpdateAccountOptions.Builder
extends Object


Constructor Summary
UpdateAccountOptions.Builder()
           
 
Method Summary
static UpdateAccountOptions antispamLevel(int antispamLevel)
           
static UpdateAccountOptions antiVirus(boolean antiVirus)
           
static UpdateAccountOptions autorespond(boolean autorespond)
           
static UpdateAccountOptions autorespondMessage(String autorespondMessage)
           
static UpdateAccountOptions autorespondSaveEmail(boolean autorespondSaveEmail)
           
static UpdateAccountOptions password(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateAccountOptions.Builder

public UpdateAccountOptions.Builder()
Method Detail

antispamLevel

public static UpdateAccountOptions antispamLevel(int antispamLevel)
See Also:
CreateAccountOptions.antispamLevel(int)

antiVirus

public static UpdateAccountOptions antiVirus(boolean antiVirus)
See Also:
CreateAccountOptions.antiVirus(boolean)

autorespond

public static UpdateAccountOptions autorespond(boolean autorespond)
See Also:
CreateAccountOptions.autorespond(boolean)

autorespondSaveEmail

public static UpdateAccountOptions autorespondSaveEmail(boolean autorespondSaveEmail)
See Also:
CreateAccountOptions.autorespondSaveEmail(boolean)

autorespondMessage

public static UpdateAccountOptions autorespondMessage(String autorespondMessage)
See Also:
CreateAccountOptions.autorespondMessage(java.lang.String)

password

public static UpdateAccountOptions password(String password)
See Also:
UpdateAccountOptions.password(java.lang.String)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.