public class InventoryAccessTokenDomain extends Object
| Constructor and Description |
|---|
InventoryAccessTokenDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
AccessToken accessToken,
String inventoryName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String inventoryName) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String inventoryName,
String childType) |
String |
getInventoryName() |
String |
getNamespaceName() |
String |
getNextPageToken() |
Long |
getOverflowCount() |
String |
getUserId() |
ItemSetAccessTokenDomain |
itemSet(String itemName,
String itemSetName) |
DescribeItemSetsIterator |
itemSets() |
Inventory |
model() |
public InventoryAccessTokenDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, AccessToken accessToken, String inventoryName)
public Long getOverflowCount()
public String getNextPageToken()
public String getNamespaceName()
public String getUserId()
public String getInventoryName()
public DescribeItemSetsIterator itemSets()
public ItemSetAccessTokenDomain itemSet(String itemName, String itemSetName)
public static String createCacheParentKey(String namespaceName, String userId, String inventoryName, String childType)
public Inventory model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.