public class FormAccessTokenDomain extends Object
| Constructor and Description |
|---|
FormAccessTokenDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
AccessToken accessToken,
String moldName,
Integer index) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String index) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String moldName,
String index,
String childType) |
FormAccessTokenDomain |
delete(DeleteFormRequest request) |
String |
getBody() |
Integer |
getIndex() |
String |
getMoldName() |
String |
getNamespaceName() |
String |
getSignature() |
String |
getUserId() |
FormAccessTokenDomain |
getWithSignature(GetFormWithSignatureRequest request) |
Form |
model() |
FormAccessTokenDomain |
setWithSignature(SetFormWithSignatureRequest request) |
public FormAccessTokenDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, AccessToken accessToken, String moldName, Integer index)
public String getBody()
public String getSignature()
public String getNamespaceName()
public String getUserId()
public String getMoldName()
public Integer getIndex()
public FormAccessTokenDomain getWithSignature(GetFormWithSignatureRequest request)
public FormAccessTokenDomain setWithSignature(SetFormWithSignatureRequest request)
public FormAccessTokenDomain delete(DeleteFormRequest request)
public static String createCacheParentKey(String namespaceName, String userId, String moldName, String index, String childType)
public Form model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.