| Package | Description |
|---|---|
| io.gs2.mission.model | |
| io.gs2.mission.result |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
Namespace.withCompleteNotification(NotificationSetting completeNotification)
ミッションのタスクを達成したときのプッシュ通知を設定
|
Namespace |
Namespace.withCounterIncrementDoneTriggerQueueNamespaceId(String counterIncrementDoneTriggerQueueNamespaceId)
カウンター上昇完了時 にジョブが登録されるネームスペース のGRNを設定
|
Namespace |
Namespace.withCounterIncrementDoneTriggerScriptId(String counterIncrementDoneTriggerScriptId)
カウンター上昇完了時 に実行されるスクリプト のGRNを設定
|
Namespace |
Namespace.withCounterIncrementTriggerScriptId(String counterIncrementTriggerScriptId)
カウンター上昇時 に実行されるスクリプト のGRNを設定
|
Namespace |
Namespace.withCreatedAt(Long createdAt)
作成日時を設定
|
Namespace |
Namespace.withDescription(String description)
ネームスペースの説明を設定
|
Namespace |
Namespace.withKeyId(String keyId)
報酬付与処理のスタンプシートで使用する暗号鍵GRNを設定
|
Namespace |
Namespace.withMissionCompleteDoneTriggerQueueNamespaceId(String missionCompleteDoneTriggerQueueNamespaceId)
ミッション達成完了時 にジョブが登録されるネームスペース のGRNを設定
|
Namespace |
Namespace.withMissionCompleteDoneTriggerScriptId(String missionCompleteDoneTriggerScriptId)
ミッション達成完了時 に実行されるスクリプト のGRNを設定
|
Namespace |
Namespace.withMissionCompleteTriggerScriptId(String missionCompleteTriggerScriptId)
ミッション達成時 に実行されるスクリプト のGRNを設定
|
Namespace |
Namespace.withName(String name)
ネームスペース名を設定
|
Namespace |
Namespace.withNamespaceId(String namespaceId)
ネームスペースを設定
|
Namespace |
Namespace.withOwnerId(String ownerId)
オーナーIDを設定
|
Namespace |
Namespace.withQueueNamespaceId(String queueNamespaceId)
報酬付与処理をジョブとして追加するキューネームスペース のGRNを設定
|
Namespace |
Namespace.withReceiveRewardsDoneTriggerQueueNamespaceId(String receiveRewardsDoneTriggerQueueNamespaceId)
報酬受け取り完了時 にジョブが登録されるネームスペース のGRNを設定
|
Namespace |
Namespace.withReceiveRewardsDoneTriggerScriptId(String receiveRewardsDoneTriggerScriptId)
報酬受け取り完了時 に実行されるスクリプト のGRNを設定
|
Namespace |
Namespace.withReceiveRewardsTriggerScriptId(String receiveRewardsTriggerScriptId)
報酬受け取り時 に実行されるスクリプト のGRNを設定
|
Namespace |
Namespace.withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
| Modifier and Type | Method and Description |
|---|---|
int |
Namespace.compareTo(Namespace o) |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
DeleteNamespaceResult.getItem()
削除したネームスペースを取得
|
Namespace |
UpdateNamespaceResult.getItem()
更新したネームスペースを取得
|
Namespace |
GetNamespaceResult.getItem()
ネームスペースを取得
|
Namespace |
CreateNamespaceResult.getItem()
作成したネームスペースを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<Namespace> |
DescribeNamespacesResult.getItems()
ネームスペースのリストを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteNamespaceResult.setItem(Namespace item)
削除したネームスペースを設定
|
void |
UpdateNamespaceResult.setItem(Namespace item)
更新したネームスペースを設定
|
void |
GetNamespaceResult.setItem(Namespace item)
ネームスペースを設定
|
void |
CreateNamespaceResult.setItem(Namespace item)
作成したネームスペースを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNamespacesResult.setItems(List<Namespace> items)
ネームスペースのリストを設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.