public class CreateUserRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
email |
String |
language |
String |
name |
String |
password |
boolean |
send_newsletter |
| Constructor and Description |
|---|
CreateUserRequest(String name,
String email,
String password,
String language,
boolean send_newsletter) |
Copyright © 2014 figo GmbH. All rights reserved.