| Package | Description |
|---|---|
| io.gs2.account | |
| io.gs2.account.domain.model | |
| io.gs2.account.request |
| Modifier and Type | Method and Description |
|---|---|
UpdateTakeOverResult |
Gs2AccountRestClient.updateTakeOver(UpdateTakeOverRequest request) |
void |
Gs2AccountRestClient.updateTakeOverAsync(UpdateTakeOverRequest request,
AsyncAction<AsyncResult<UpdateTakeOverResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
TakeOverAccessTokenDomain |
TakeOverAccessTokenDomain.update(UpdateTakeOverRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTakeOverRequest |
UpdateTakeOverRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
UpdateTakeOverRequest |
UpdateTakeOverRequest.withAccessToken(String accessToken) |
UpdateTakeOverRequest |
UpdateTakeOverRequest.withNamespaceName(String namespaceName) |
UpdateTakeOverRequest |
UpdateTakeOverRequest.withOldPassword(String oldPassword) |
UpdateTakeOverRequest |
UpdateTakeOverRequest.withPassword(String password) |
UpdateTakeOverRequest |
UpdateTakeOverRequest.withType(Integer type) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.