public static class CreateAccountOptions.Builder extends Object
Constructor and Description |
---|
CreateAccountOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static CreateAccountOptions |
antispamLevel(int antispamLevel) |
static CreateAccountOptions |
antiVirus(boolean antiVirus) |
static CreateAccountOptions |
autorespond(boolean autorespond) |
static CreateAccountOptions |
autorespondMessage(String autorespondMessage) |
static CreateAccountOptions |
autorespondSaveEmail(boolean autorespondSaveEmail) |
public static CreateAccountOptions antispamLevel(int antispamLevel)
public static CreateAccountOptions antiVirus(boolean antiVirus)
public static CreateAccountOptions autorespond(boolean autorespond)
public static CreateAccountOptions autorespondSaveEmail(boolean autorespondSaveEmail)
public static CreateAccountOptions autorespondMessage(String autorespondMessage)
Copyright © 2009-2012 jclouds. All Rights Reserved.