org.jclouds.glesys.options
Class CreateAccountOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.glesys.options.CreateAccountOptions
All Implemented Interfaces:
HttpRequestOptions
Direct Known Subclasses:
EditAccountOptions

public class CreateAccountOptions
extends BaseHttpRequestOptions

Author:
Adam Lowe
See Also:

Nested Class Summary
static class CreateAccountOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
CreateAccountOptions()
           
 
Method Summary
 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
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateAccountOptions

public CreateAccountOptions()
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



Copyright © 2009-2012 jclouds. All Rights Reserved.