Package io.gs2.account.request
Class CreateTakeOverRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateTakeOverRequest>
io.gs2.account.request.CreateTakeOverRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateTakeOverRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getType()voidsetAccessToken(String accessToken) voidsetDuplicationAvoider(String duplicationAvoider) voidsetNamespaceName(String namespaceName) voidsetPassword(String password) voidvoidsetUserIdentifier(String userIdentifier) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withDuplicationAvoider(String duplicationAvoider) 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
-
CreateTakeOverRequest
public CreateTakeOverRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getType
-
setType
-
withType
-
getUserIdentifier
-
setUserIdentifier
-
withUserIdentifier
-
getPassword
-
setPassword
-
withPassword
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-