Class NamespaceOptions
java.lang.Object
io.gs2.cdk.matchmaking.model.options.NamespaceOptions
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithChangeRatingNotification(NotificationSetting changeRatingNotification) withChangeRatingScript(ScriptSetting changeRatingScript) withCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId) withCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId) withCompleteNotification(NotificationSetting completeNotification) withCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId) withCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId) withDescription(String description) withEnableRating(Boolean enableRating) withJoinNotification(NotificationSetting joinNotification) withLeaveNotification(NotificationSetting leaveNotification) withLogSetting(LogSetting logSetting)
-
Field Details
-
description
-
enableRating
-
createGatheringTriggerRealtimeNamespaceId
-
createGatheringTriggerScriptId
-
completeMatchmakingTriggerRealtimeNamespaceId
-
completeMatchmakingTriggerScriptId
-
changeRatingScript
-
joinNotification
-
leaveNotification
-
completeNotification
-
changeRatingNotification
-
logSetting
-
-
Constructor Details
-
NamespaceOptions
public NamespaceOptions()
-
-
Method Details
-
withDescription
-
withEnableRating
-
withCreateGatheringTriggerRealtimeNamespaceId
public NamespaceOptions withCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId) -
withCreateGatheringTriggerScriptId
-
withCompleteMatchmakingTriggerRealtimeNamespaceId
public NamespaceOptions withCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId) -
withCompleteMatchmakingTriggerScriptId
public NamespaceOptions withCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId) -
withChangeRatingScript
-
withJoinNotification
-
withLeaveNotification
-
withCompleteNotification
-
withChangeRatingNotification
-
withLogSetting
-