Package io.gs2.project.request
Class SignInRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SignInRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getEmail()voidvoidsetPassword(String password) com.fasterxml.jackson.databind.JsonNodetoJson()withPassword(String password) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
SignInRequest
public SignInRequest()
-
-
Method Details
-
getEmail
-
setEmail
-
withEmail
-
getPassword
-
setPassword
-
withPassword
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-