Package io.gs2.project.request
Class CreateAccountRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateAccountRequest>
io.gs2.project.request.CreateAccountRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateAccountRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getEmail()getLang()voidsetCompanyName(String companyName) voidvoidsetFullName(String fullName) voidvoidsetPassword(String password) com.fasterxml.jackson.databind.JsonNodetoJson()withCompanyName(String companyName) withFullName(String fullName) withPassword(String password) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateAccountRequest
public CreateAccountRequest()
-
-
Method Details
-
getEmail
-
setEmail
-
withEmail
-
getFullName
-
setFullName
-
withFullName
-
getCompanyName
-
setCompanyName
-
withCompanyName
-
getPassword
-
setPassword
-
withPassword
-
getLang
-
setLang
-
withLang
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-