public class UpdateAccountRequest extends Gs2BasicRequest<UpdateAccountRequest>
| Constructor and Description |
|---|
UpdateAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAccountRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccountToken() |
String |
getCompanyName() |
String |
getEmail() |
String |
getFullName() |
String |
getPassword() |
void |
setAccountToken(String accountToken) |
void |
setCompanyName(String companyName) |
void |
setEmail(String email) |
void |
setFullName(String fullName) |
void |
setPassword(String password) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
UpdateAccountRequest |
withAccountToken(String accountToken) |
UpdateAccountRequest |
withCompanyName(String companyName) |
UpdateAccountRequest |
withEmail(String email) |
UpdateAccountRequest |
withFullName(String fullName) |
UpdateAccountRequest |
withPassword(String password) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getEmail()
public void setEmail(String email)
public UpdateAccountRequest withEmail(String email)
public String getFullName()
public void setFullName(String fullName)
public UpdateAccountRequest withFullName(String fullName)
public String getCompanyName()
public void setCompanyName(String companyName)
public UpdateAccountRequest withCompanyName(String companyName)
public String getPassword()
public void setPassword(String password)
public UpdateAccountRequest withPassword(String password)
public String getAccountToken()
public void setAccountToken(String accountToken)
public UpdateAccountRequest withAccountToken(String accountToken)
public static UpdateAccountRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.