| Package | Description |
|---|---|
| io.gs2.datastore.domain.iterator | |
| io.gs2.datastore.domain.model | |
| io.gs2.datastore.model | |
| io.gs2.datastore.result |
| Modifier and Type | Method and Description |
|---|---|
DataObjectHistory |
DescribeDataObjectHistoriesIterator.next() |
DataObjectHistory |
DescribeDataObjectHistoriesByUserIdIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DataObjectHistory> |
DescribeDataObjectHistoriesIterator.iterator() |
Iterator<DataObjectHistory> |
DescribeDataObjectHistoriesByUserIdIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
DataObjectHistory |
DataObjectHistoryAccessTokenDomain.model() |
DataObjectHistory |
DataObjectHistoryDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static DataObjectHistory |
DataObjectHistory.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
DataObjectHistory |
DataObjectHistory.withContentLength(Long contentLength) |
DataObjectHistory |
DataObjectHistory.withCreatedAt(Long createdAt) |
DataObjectHistory |
DataObjectHistory.withDataObjectHistoryId(String dataObjectHistoryId) |
DataObjectHistory |
DataObjectHistory.withDataObjectName(String dataObjectName) |
DataObjectHistory |
DataObjectHistory.withGeneration(String generation) |
| Modifier and Type | Method and Description |
|---|---|
int |
DataObjectHistory.compareTo(DataObjectHistory o) |
| Modifier and Type | Method and Description |
|---|---|
DataObjectHistory |
GetDataObjectHistoryByUserIdResult.getItem() |
DataObjectHistory |
GetDataObjectHistoryResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<DataObjectHistory> |
DescribeDataObjectHistoriesByUserIdResult.getItems() |
List<DataObjectHistory> |
DescribeDataObjectHistoriesResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDataObjectHistoryByUserIdResult.setItem(DataObjectHistory item) |
void |
GetDataObjectHistoryResult.setItem(DataObjectHistory item) |
GetDataObjectHistoryByUserIdResult |
GetDataObjectHistoryByUserIdResult.withItem(DataObjectHistory item) |
GetDataObjectHistoryResult |
GetDataObjectHistoryResult.withItem(DataObjectHistory item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataObjectHistoriesByUserIdResult.setItems(List<DataObjectHistory> items) |
void |
DescribeDataObjectHistoriesResult.setItems(List<DataObjectHistory> items) |
DescribeDataObjectHistoriesByUserIdResult |
DescribeDataObjectHistoriesByUserIdResult.withItems(List<DataObjectHistory> items) |
DescribeDataObjectHistoriesResult |
DescribeDataObjectHistoriesResult.withItems(List<DataObjectHistory> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.