public class FriendAccessTokenDomain extends Object
| Constructor and Description |
|---|
FriendAccessTokenDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
AccessToken accessToken,
Boolean withProfile) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String withProfile) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String withProfile,
String childType) |
FriendUserAccessTokenDomain |
friendUser(String targetUserId) |
String |
getNamespaceName() |
String |
getUserId() |
Boolean |
getWithProfile() |
Friend |
model() |
public FriendAccessTokenDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, AccessToken accessToken, Boolean withProfile)
public String getNamespaceName()
public String getUserId()
public Boolean getWithProfile()
public FriendUserAccessTokenDomain friendUser(String targetUserId)
public static String createCacheParentKey(String namespaceName, String userId, String withProfile, String childType)
public Friend model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.