| Package | Description |
|---|---|
| io.gs2.account | |
| io.gs2.account.domain.model | |
| io.gs2.account.request |
| Modifier and Type | Method and Description |
|---|---|
CreateTakeOverResult |
Gs2AccountRestClient.createTakeOver(CreateTakeOverRequest request) |
void |
Gs2AccountRestClient.createTakeOverAsync(CreateTakeOverRequest request,
AsyncAction<AsyncResult<CreateTakeOverResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
TakeOverAccessTokenDomain |
TakeOverAccessTokenDomain.create(CreateTakeOverRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static CreateTakeOverRequest |
CreateTakeOverRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CreateTakeOverRequest |
CreateTakeOverRequest.withAccessToken(String accessToken) |
CreateTakeOverRequest |
CreateTakeOverRequest.withNamespaceName(String namespaceName) |
CreateTakeOverRequest |
CreateTakeOverRequest.withPassword(String password) |
CreateTakeOverRequest |
CreateTakeOverRequest.withType(Integer type) |
CreateTakeOverRequest |
CreateTakeOverRequest.withUserIdentifier(String userIdentifier) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.