Uses of Class
io.gs2.matchmaking.model.NotificationSetting
Packages that use NotificationSetting
-
Uses of NotificationSetting in io.gs2.matchmaking.model
Methods in io.gs2.matchmaking.model that return NotificationSettingModifier and TypeMethodDescriptionstatic NotificationSettingNotificationSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.getChangeRatingNotification()Namespace.getCompleteNotification()Namespace.getJoinNotification()Namespace.getLeaveNotification()NotificationSetting.withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) NotificationSetting.withGatewayNamespaceId(String gatewayNamespaceId) Methods in io.gs2.matchmaking.model with parameters of type NotificationSettingModifier and TypeMethodDescriptionvoidNamespace.setChangeRatingNotification(NotificationSetting changeRatingNotification) voidNamespace.setCompleteNotification(NotificationSetting completeNotification) voidNamespace.setJoinNotification(NotificationSetting joinNotification) voidNamespace.setLeaveNotification(NotificationSetting leaveNotification) Namespace.withChangeRatingNotification(NotificationSetting changeRatingNotification) Namespace.withCompleteNotification(NotificationSetting completeNotification) Namespace.withJoinNotification(NotificationSetting joinNotification) Namespace.withLeaveNotification(NotificationSetting leaveNotification) -
Uses of NotificationSetting in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return NotificationSettingModifier and TypeMethodDescriptionCreateNamespaceRequest.getChangeRatingNotification()UpdateNamespaceRequest.getChangeRatingNotification()CreateNamespaceRequest.getCompleteNotification()UpdateNamespaceRequest.getCompleteNotification()CreateNamespaceRequest.getJoinNotification()UpdateNamespaceRequest.getJoinNotification()CreateNamespaceRequest.getLeaveNotification()UpdateNamespaceRequest.getLeaveNotification()Methods in io.gs2.matchmaking.request with parameters of type NotificationSettingModifier and TypeMethodDescriptionvoidCreateNamespaceRequest.setChangeRatingNotification(NotificationSetting changeRatingNotification) voidUpdateNamespaceRequest.setChangeRatingNotification(NotificationSetting changeRatingNotification) voidCreateNamespaceRequest.setCompleteNotification(NotificationSetting completeNotification) voidUpdateNamespaceRequest.setCompleteNotification(NotificationSetting completeNotification) voidCreateNamespaceRequest.setJoinNotification(NotificationSetting joinNotification) voidUpdateNamespaceRequest.setJoinNotification(NotificationSetting joinNotification) voidCreateNamespaceRequest.setLeaveNotification(NotificationSetting leaveNotification) voidUpdateNamespaceRequest.setLeaveNotification(NotificationSetting leaveNotification) CreateNamespaceRequest.withChangeRatingNotification(NotificationSetting changeRatingNotification) UpdateNamespaceRequest.withChangeRatingNotification(NotificationSetting changeRatingNotification) CreateNamespaceRequest.withCompleteNotification(NotificationSetting completeNotification) UpdateNamespaceRequest.withCompleteNotification(NotificationSetting completeNotification) CreateNamespaceRequest.withJoinNotification(NotificationSetting joinNotification) UpdateNamespaceRequest.withJoinNotification(NotificationSetting joinNotification) CreateNamespaceRequest.withLeaveNotification(NotificationSetting leaveNotification) UpdateNamespaceRequest.withLeaveNotification(NotificationSetting leaveNotification)