Uses of Class
io.gs2.account.request.UpdateTakeOverRequest
Packages that use UpdateTakeOverRequest
-
Uses of UpdateTakeOverRequest in io.gs2.account
Methods in io.gs2.account with parameters of type UpdateTakeOverRequestModifier and TypeMethodDescriptionGs2AccountRestClient.updateTakeOver(UpdateTakeOverRequest request) voidGs2AccountRestClient.updateTakeOverAsync(UpdateTakeOverRequest request, AsyncAction<AsyncResult<UpdateTakeOverResult>> callback) -
Uses of UpdateTakeOverRequest in io.gs2.account.request
Methods in io.gs2.account.request that return UpdateTakeOverRequestModifier and TypeMethodDescriptionstatic UpdateTakeOverRequestUpdateTakeOverRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateTakeOverRequest.withAccessToken(String accessToken) UpdateTakeOverRequest.withDuplicationAvoider(String duplicationAvoider) UpdateTakeOverRequest.withNamespaceName(String namespaceName) UpdateTakeOverRequest.withOldPassword(String oldPassword) UpdateTakeOverRequest.withPassword(String password)