Package io.gs2.cdk.guild.model.options
Class NamespaceOptions
java.lang.Object
io.gs2.cdk.guild.model.options.NamespaceOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithChangeMemberNotification(NotificationSetting changeMemberNotification) withDescription(String description) withJoinNotification(NotificationSetting joinNotification) withLeaveNotification(NotificationSetting leaveNotification) withLogSetting(LogSetting logSetting) withReceiveRequestNotification(NotificationSetting receiveRequestNotification) withRemoveRequestNotification(NotificationSetting removeRequestNotification)
-
Field Details
-
description
-
joinNotification
-
leaveNotification
-
changeMemberNotification
-
receiveRequestNotification
-
removeRequestNotification
-
logSetting
-
-
Constructor Details
-
NamespaceOptions
public NamespaceOptions()
-
-
Method Details
-
withDescription
-
withJoinNotification
-
withLeaveNotification
-
withChangeMemberNotification
-
withReceiveRequestNotification
public NamespaceOptions withReceiveRequestNotification(NotificationSetting receiveRequestNotification) -
withRemoveRequestNotification
public NamespaceOptions withRemoveRequestNotification(NotificationSetting removeRequestNotification) -
withLogSetting
-