Uses of Class
io.gs2.account.request.CreateTakeOverRequest
Packages that use CreateTakeOverRequest
-
Uses of CreateTakeOverRequest in io.gs2.account
Methods in io.gs2.account with parameters of type CreateTakeOverRequestModifier and TypeMethodDescriptionGs2AccountRestClient.createTakeOver(CreateTakeOverRequest request) voidGs2AccountRestClient.createTakeOverAsync(CreateTakeOverRequest request, AsyncAction<AsyncResult<CreateTakeOverResult>> callback) -
Uses of CreateTakeOverRequest in io.gs2.account.request
Methods in io.gs2.account.request that return CreateTakeOverRequestModifier and TypeMethodDescriptionstatic CreateTakeOverRequestCreateTakeOverRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateTakeOverRequest.withAccessToken(String accessToken) CreateTakeOverRequest.withDuplicationAvoider(String duplicationAvoider) CreateTakeOverRequest.withNamespaceName(String namespaceName) CreateTakeOverRequest.withPassword(String password) CreateTakeOverRequest.withUserIdentifier(String userIdentifier)