public class DefaultCreateAccountRequest extends Object implements CreateAccountRequest
| Constructor and Description |
|---|
DefaultCreateAccountRequest(Account account,
Boolean registrationWorkflowEnabled,
AccountOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount() |
AccountOptions |
getAccountOptions() |
boolean |
isAccountOptionsSpecified() |
boolean |
isRegistrationWorkflowEnabled() |
boolean |
isRegistrationWorkflowOptionSpecified() |
public DefaultCreateAccountRequest(Account account, Boolean registrationWorkflowEnabled, AccountOptions options)
public Account getAccount()
getAccount in interface CreateAccountRequestpublic boolean isRegistrationWorkflowOptionSpecified()
isRegistrationWorkflowOptionSpecified in interface CreateAccountRequestpublic boolean isRegistrationWorkflowEnabled()
throws IllegalStateException
isRegistrationWorkflowEnabled in interface CreateAccountRequestIllegalStateExceptionpublic boolean isAccountOptionsSpecified()
isAccountOptionsSpecified in interface CreateAccountRequestpublic AccountOptions getAccountOptions()
getAccountOptions in interface CreateAccountRequestCopyright © 2012–2014. All rights reserved.