public class MoldDomain extends Object
| Constructor and Description |
|---|
MoldDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
String userId,
String moldName) |
| Modifier and Type | Method and Description |
|---|---|
MoldDomain |
addCapacity(AddMoldCapacityByUserIdRequest request) |
static String |
createCacheKey(String moldName) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String moldName,
String childType) |
MoldDomain |
delete(DeleteMoldByUserIdRequest request) |
FormDomain |
form(Integer index) |
DescribeFormsByUserIdIterator |
forms() |
String |
getMoldName() |
String |
getNamespaceName() |
String |
getNextPageToken() |
String |
getUserId() |
Mold |
model() |
MoldDomain |
setCapacity(SetMoldCapacityByUserIdRequest request) |
public MoldDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, String userId, String moldName)
public String getNextPageToken()
public String getNamespaceName()
public String getUserId()
public String getMoldName()
public MoldDomain setCapacity(SetMoldCapacityByUserIdRequest request)
public MoldDomain addCapacity(AddMoldCapacityByUserIdRequest request)
public MoldDomain delete(DeleteMoldByUserIdRequest request)
public DescribeFormsByUserIdIterator forms()
public FormDomain form(Integer index)
public static String createCacheParentKey(String namespaceName, String userId, String moldName, String childType)
public Mold model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.