Package io.gs2.project.request
Class VerifyRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VerifyRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetVerifyToken(String verifyToken) com.fasterxml.jackson.databind.JsonNodetoJson()withVerifyToken(String verifyToken) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
VerifyRequest
public VerifyRequest()
-
-
Method Details
-
getVerifyToken
-
setVerifyToken
-
withVerifyToken
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-