Uses of Class
io.gs2.guild.model.NotificationSetting
Packages that use NotificationSetting
-
Uses of NotificationSetting in io.gs2.guild.model
Methods in io.gs2.guild.model that return NotificationSettingModifier and TypeMethodDescriptionstatic NotificationSettingNotificationSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.getChangeMemberNotification()Namespace.getJoinNotification()Namespace.getLeaveNotification()Namespace.getReceiveRequestNotification()Namespace.getRemoveRequestNotification()NotificationSetting.withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) NotificationSetting.withGatewayNamespaceId(String gatewayNamespaceId) Methods in io.gs2.guild.model with parameters of type NotificationSettingModifier and TypeMethodDescriptionvoidNamespace.setChangeMemberNotification(NotificationSetting changeMemberNotification) voidNamespace.setJoinNotification(NotificationSetting joinNotification) voidNamespace.setLeaveNotification(NotificationSetting leaveNotification) voidNamespace.setReceiveRequestNotification(NotificationSetting receiveRequestNotification) voidNamespace.setRemoveRequestNotification(NotificationSetting removeRequestNotification) Namespace.withChangeMemberNotification(NotificationSetting changeMemberNotification) Namespace.withJoinNotification(NotificationSetting joinNotification) Namespace.withLeaveNotification(NotificationSetting leaveNotification) Namespace.withReceiveRequestNotification(NotificationSetting receiveRequestNotification) Namespace.withRemoveRequestNotification(NotificationSetting removeRequestNotification) -
Uses of NotificationSetting in io.gs2.guild.request
Methods in io.gs2.guild.request that return NotificationSettingModifier and TypeMethodDescriptionCreateNamespaceRequest.getChangeMemberNotification()UpdateNamespaceRequest.getChangeMemberNotification()CreateNamespaceRequest.getJoinNotification()UpdateNamespaceRequest.getJoinNotification()CreateNamespaceRequest.getLeaveNotification()UpdateNamespaceRequest.getLeaveNotification()CreateNamespaceRequest.getReceiveRequestNotification()UpdateNamespaceRequest.getReceiveRequestNotification()CreateNamespaceRequest.getRemoveRequestNotification()UpdateNamespaceRequest.getRemoveRequestNotification()Methods in io.gs2.guild.request with parameters of type NotificationSettingModifier and TypeMethodDescriptionvoidCreateNamespaceRequest.setChangeMemberNotification(NotificationSetting changeMemberNotification) voidUpdateNamespaceRequest.setChangeMemberNotification(NotificationSetting changeMemberNotification) voidCreateNamespaceRequest.setJoinNotification(NotificationSetting joinNotification) voidUpdateNamespaceRequest.setJoinNotification(NotificationSetting joinNotification) voidCreateNamespaceRequest.setLeaveNotification(NotificationSetting leaveNotification) voidUpdateNamespaceRequest.setLeaveNotification(NotificationSetting leaveNotification) voidCreateNamespaceRequest.setReceiveRequestNotification(NotificationSetting receiveRequestNotification) voidUpdateNamespaceRequest.setReceiveRequestNotification(NotificationSetting receiveRequestNotification) voidCreateNamespaceRequest.setRemoveRequestNotification(NotificationSetting removeRequestNotification) voidUpdateNamespaceRequest.setRemoveRequestNotification(NotificationSetting removeRequestNotification) CreateNamespaceRequest.withChangeMemberNotification(NotificationSetting changeMemberNotification) UpdateNamespaceRequest.withChangeMemberNotification(NotificationSetting changeMemberNotification) CreateNamespaceRequest.withJoinNotification(NotificationSetting joinNotification) UpdateNamespaceRequest.withJoinNotification(NotificationSetting joinNotification) CreateNamespaceRequest.withLeaveNotification(NotificationSetting leaveNotification) UpdateNamespaceRequest.withLeaveNotification(NotificationSetting leaveNotification) CreateNamespaceRequest.withReceiveRequestNotification(NotificationSetting receiveRequestNotification) UpdateNamespaceRequest.withReceiveRequestNotification(NotificationSetting receiveRequestNotification) CreateNamespaceRequest.withRemoveRequestNotification(NotificationSetting removeRequestNotification) UpdateNamespaceRequest.withRemoveRequestNotification(NotificationSetting removeRequestNotification)