public class FollowDomain extends Object
| Constructor and Description |
|---|
FollowDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
String userId,
Boolean withProfile) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String withProfile) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String withProfile,
String childType) |
FollowUserDomain |
follow(FollowByUserIdRequest request) |
FollowUserDomain |
followUser(String targetUserId) |
String |
getNamespaceName() |
String |
getUserId() |
Boolean |
getWithProfile() |
Follow |
model() |
public FollowDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, String userId, Boolean withProfile)
public String getNamespaceName()
public String getUserId()
public Boolean getWithProfile()
public FollowUserDomain follow(FollowByUserIdRequest request)
public FollowUserDomain followUser(String targetUserId)
public static String createCacheParentKey(String namespaceName, String userId, String withProfile, String childType)
public Follow model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.