Uses of Class
io.gs2.account.request.DeleteTakeOverRequest
Packages that use DeleteTakeOverRequest
-
Uses of DeleteTakeOverRequest in io.gs2.account
Methods in io.gs2.account with parameters of type DeleteTakeOverRequestModifier and TypeMethodDescriptionGs2AccountRestClient.deleteTakeOver(DeleteTakeOverRequest request) voidGs2AccountRestClient.deleteTakeOverAsync(DeleteTakeOverRequest request, AsyncAction<AsyncResult<DeleteTakeOverResult>> callback) -
Uses of DeleteTakeOverRequest in io.gs2.account.request
Methods in io.gs2.account.request that return DeleteTakeOverRequestModifier and TypeMethodDescriptionstatic DeleteTakeOverRequestDeleteTakeOverRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteTakeOverRequest.withAccessToken(String accessToken) DeleteTakeOverRequest.withDuplicationAvoider(String duplicationAvoider) DeleteTakeOverRequest.withNamespaceName(String namespaceName) DeleteTakeOverRequest.withUserIdentifier(String userIdentifier)