Package io.gs2.account.request
Class DoTakeOverRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DoTakeOverRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getType()voidsetNamespaceName(String namespaceName) voidsetPassword(String password) voidvoidsetUserIdentifier(String userIdentifier) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) withPassword(String password) withUserIdentifier(String userIdentifier) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DoTakeOverRequest
public DoTakeOverRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getType
-
setType
-
withType
-
getUserIdentifier
-
setUserIdentifier
-
withUserIdentifier
-
getPassword
-
setPassword
-
withPassword
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-