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