Package io.gs2.account.request
Class UpdateTakeOverByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateTakeOverByUserIdRequest>
io.gs2.account.request.UpdateTakeOverByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getType()voidsetDuplicationAvoider(String duplicationAvoider) voidsetNamespaceName(String namespaceName) voidsetOldPassword(String oldPassword) voidsetPassword(String password) voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withDuplicationAvoider(String duplicationAvoider) withNamespaceName(String namespaceName) withOldPassword(String oldPassword) withPassword(String password) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateTakeOverByUserIdRequest
public UpdateTakeOverByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUserId
-
setUserId
-
withUserId
-
getType
-
setType
-
withType
-
getOldPassword
-
setOldPassword
-
withOldPassword
-
getPassword
-
setPassword
-
withPassword
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-