public class UserAccessTokenDomain extends Object
| Constructor and Description |
|---|
UserAccessTokenDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
AccessToken accessToken) |
| Modifier and Type | Method and Description |
|---|---|
CompletedQuestListAccessTokenDomain |
completedQuestList(String questGroupName) |
DescribeCompletedQuestListsIterator |
completedQuestLists() |
static String |
createCacheKey(String userId) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String childType) |
ProgressAccessTokenDomain |
deleteProgress(DeleteProgressRequest request) |
String |
getNamespaceName() |
String |
getNextPageToken() |
String |
getUserId() |
ProgressAccessTokenDomain |
progress(String transactionId) |
StampSheetDomain |
start(StartRequest request) |
public UserAccessTokenDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, AccessToken accessToken)
public String getNextPageToken()
public String getNamespaceName()
public String getUserId()
public StampSheetDomain start(StartRequest request)
public ProgressAccessTokenDomain deleteProgress(DeleteProgressRequest request)
public ProgressAccessTokenDomain progress(String transactionId)
public DescribeCompletedQuestListsIterator completedQuestLists()
public CompletedQuestListAccessTokenDomain completedQuestList(String questGroupName)
public static String createCacheParentKey(String namespaceName, String userId, String childType)
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.