Package io.gs2.project.request
Class ForgetRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ForgetRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getEmail()getLang()voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
ForgetRequest
public ForgetRequest()
-
-
Method Details
-
getEmail
-
setEmail
-
withEmail
-
getLang
-
setLang
-
withLang
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-