| Package | Description |
|---|---|
| io.gs2.datastore | |
| io.gs2.datastore.domain.model | |
| io.gs2.datastore.request |
| Modifier and Type | Method and Description |
|---|---|
PrepareDownloadOwnDataByGenerationResult |
Gs2DatastoreRestClient.prepareDownloadOwnDataByGeneration(PrepareDownloadOwnDataByGenerationRequest request) |
void |
Gs2DatastoreRestClient.prepareDownloadOwnDataByGenerationAsync(PrepareDownloadOwnDataByGenerationRequest request,
AsyncAction<AsyncResult<PrepareDownloadOwnDataByGenerationResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
DataObjectAccessTokenDomain |
DataObjectAccessTokenDomain.prepareDownloadOwnDataByGeneration(PrepareDownloadOwnDataByGenerationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static PrepareDownloadOwnDataByGenerationRequest |
PrepareDownloadOwnDataByGenerationRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
PrepareDownloadOwnDataByGenerationRequest |
PrepareDownloadOwnDataByGenerationRequest.withAccessToken(String accessToken) |
PrepareDownloadOwnDataByGenerationRequest |
PrepareDownloadOwnDataByGenerationRequest.withDataObjectName(String dataObjectName) |
PrepareDownloadOwnDataByGenerationRequest |
PrepareDownloadOwnDataByGenerationRequest.withGeneration(String generation) |
PrepareDownloadOwnDataByGenerationRequest |
PrepareDownloadOwnDataByGenerationRequest.withNamespaceName(String namespaceName) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.