Package io.gs2.matchmaking.request
Class UpdateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateNamespaceRequest>
io.gs2.matchmaking.request.UpdateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetChangeRatingNotification(NotificationSetting changeRatingNotification) voidsetChangeRatingScript(ScriptSetting changeRatingScript) voidsetCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId) voidsetCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId) voidsetCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType) voidsetCompleteNotification(NotificationSetting completeNotification) voidsetCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId) voidsetCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId) voidsetCreateGatheringTriggerType(String createGatheringTriggerType) voidsetDescription(String description) voidsetEnableRating(Boolean enableRating) voidsetJoinNotification(NotificationSetting joinNotification) voidsetLeaveNotification(NotificationSetting leaveNotification) voidsetLogSetting(LogSetting logSetting) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withChangeRatingNotification(NotificationSetting changeRatingNotification) withChangeRatingScript(ScriptSetting changeRatingScript) withCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId) withCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId) withCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType) withCompleteNotification(NotificationSetting completeNotification) withCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId) withCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId) withCreateGatheringTriggerType(String createGatheringTriggerType) withDescription(String description) withEnableRating(Boolean enableRating) withJoinNotification(NotificationSetting joinNotification) withLeaveNotification(NotificationSetting leaveNotification) withLogSetting(LogSetting logSetting) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateNamespaceRequest
public UpdateNamespaceRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getDescription
-
setDescription
-
withDescription
-
getEnableRating
-
setEnableRating
-
withEnableRating
-
getCreateGatheringTriggerType
-
setCreateGatheringTriggerType
-
withCreateGatheringTriggerType
-
getCreateGatheringTriggerRealtimeNamespaceId
-
setCreateGatheringTriggerRealtimeNamespaceId
public void setCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId) -
withCreateGatheringTriggerRealtimeNamespaceId
public UpdateNamespaceRequest withCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId) -
getCreateGatheringTriggerScriptId
-
setCreateGatheringTriggerScriptId
-
withCreateGatheringTriggerScriptId
public UpdateNamespaceRequest withCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId) -
getCompleteMatchmakingTriggerType
-
setCompleteMatchmakingTriggerType
-
withCompleteMatchmakingTriggerType
public UpdateNamespaceRequest withCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType) -
getCompleteMatchmakingTriggerRealtimeNamespaceId
-
setCompleteMatchmakingTriggerRealtimeNamespaceId
public void setCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId) -
withCompleteMatchmakingTriggerRealtimeNamespaceId
public UpdateNamespaceRequest withCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId) -
getCompleteMatchmakingTriggerScriptId
-
setCompleteMatchmakingTriggerScriptId
-
withCompleteMatchmakingTriggerScriptId
public UpdateNamespaceRequest withCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId) -
getChangeRatingScript
-
setChangeRatingScript
-
withChangeRatingScript
-
getJoinNotification
-
setJoinNotification
-
withJoinNotification
-
getLeaveNotification
-
setLeaveNotification
-
withLeaveNotification
-
getCompleteNotification
-
setCompleteNotification
-
withCompleteNotification
-
getChangeRatingNotification
-
setChangeRatingNotification
-
withChangeRatingNotification
public UpdateNamespaceRequest withChangeRatingNotification(NotificationSetting changeRatingNotification) -
getLogSetting
-
setLogSetting
-
withLogSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-