public class RegisterRequest extends BaseRequestImpl
| Constructor and Description |
|---|
RegisterRequest(String username,
String password,
String email) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
addGroups() |
RegisterRequest |
addGroups(String... addGroups) |
Map<String,String> |
customFields() |
RegisterRequest |
customFields(Map<String,String> map) |
String |
customTitle() |
RegisterRequest |
customTitle(String title) |
int |
dayOfBirth() |
RegisterRequest |
dayOfBirth(int dayOfBirth) |
String |
gender() |
RegisterRequest |
gender(String gender) |
String |
group() |
RegisterRequest |
group(String group) |
String |
ipAddress() |
RegisterRequest |
ipAddress(String ipAddress) |
int |
monthOfBirth() |
RegisterRequest |
monthOfBirth(int monthOfBirth) |
Class<? extends BaseResponse> |
responseClass() |
int |
styleId() |
RegisterRequest |
styleId(int id) |
String |
timezone() |
RegisterRequest |
timezone(String timezone) |
UserState |
userState() |
RegisterRequest |
userState(UserState userState) |
boolean |
visible() |
RegisterRequest |
visible(boolean visible) |
int |
yearOfBirth() |
RegisterRequest |
yearOfBirth(int yearOfBirth) |
fieldMap, get, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcastGet, performance, setPerformancepublic String group()
public RegisterRequest group(String group)
public String gender()
public RegisterRequest gender(String gender)
public String customTitle()
public RegisterRequest customTitle(String title)
public int styleId()
public RegisterRequest styleId(int id)
public String timezone()
public RegisterRequest timezone(String timezone)
public boolean visible()
public RegisterRequest visible(boolean visible)
public int dayOfBirth()
public RegisterRequest dayOfBirth(int dayOfBirth)
public int monthOfBirth()
public RegisterRequest monthOfBirth(int monthOfBirth)
public int yearOfBirth()
public RegisterRequest yearOfBirth(int yearOfBirth)
public UserState userState()
public RegisterRequest userState(UserState userState)
public RegisterRequest customFields(Map<String,String> map)
public String[] addGroups()
public RegisterRequest addGroups(String... addGroups)
public String ipAddress()
public RegisterRequest ipAddress(String ipAddress)
public Class<? extends BaseResponse> responseClass()
Copyright © 2016. All rights reserved.