| Package | Description |
|---|---|
| io.gs2.schedule | |
| io.gs2.schedule.request |
| Modifier and Type | Method and Description |
|---|---|
CreateEventMasterResult |
Gs2ScheduleRestClient.createEventMaster(CreateEventMasterRequest request)
イベントマスターを新規作成
|
void |
Gs2ScheduleRestClient.createEventMasterAsync(CreateEventMasterRequest request,
io.gs2.model.AsyncAction<io.gs2.model.AsyncResult<CreateEventMasterResult>> callback)
イベントマスターを新規作成
|
| Modifier and Type | Method and Description |
|---|---|
CreateEventMasterRequest |
CreateEventMasterRequest.withAbsoluteBegin(Long absoluteBegin)
イベントの開始日時を設定
|
CreateEventMasterRequest |
CreateEventMasterRequest.withAbsoluteEnd(Long absoluteEnd)
イベントの終了日時を設定
|
CreateEventMasterRequest |
CreateEventMasterRequest.withDescription(String description)
イベントマスターの説明を設定
|
CreateEventMasterRequest |
CreateEventMasterRequest.withMetadata(String metadata)
イベントの種類のメタデータを設定
|
CreateEventMasterRequest |
CreateEventMasterRequest.withName(String name)
イベントの種類名を設定
|
CreateEventMasterRequest |
CreateEventMasterRequest.withNamespaceName(String namespaceName)
ネームスペース名を設定
|
CreateEventMasterRequest |
CreateEventMasterRequest.withRelativeDuration(Integer relativeDuration)
イベントの開催期間(秒)を設定
|
CreateEventMasterRequest |
CreateEventMasterRequest.withRelativeTriggerName(String relativeTriggerName)
イベントの開始トリガー名を設定
|
CreateEventMasterRequest |
CreateEventMasterRequest.withScheduleType(String scheduleType)
イベント期間の種類を設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.