Package io.gs2.guild.request
Class CreateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateNamespaceRequest>
io.gs2.guild.request.CreateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetChangeMemberNotification(NotificationSetting changeMemberNotification) voidsetDescription(String description) voidsetJoinNotification(NotificationSetting joinNotification) voidsetLeaveNotification(NotificationSetting leaveNotification) voidsetLogSetting(LogSetting logSetting) voidvoidsetReceiveRequestNotification(NotificationSetting receiveRequestNotification) voidsetRemoveRequestNotification(NotificationSetting removeRequestNotification) com.fasterxml.jackson.databind.JsonNodetoJson()withChangeMemberNotification(NotificationSetting changeMemberNotification) withDescription(String description) withJoinNotification(NotificationSetting joinNotification) withLeaveNotification(NotificationSetting leaveNotification) withLogSetting(LogSetting logSetting) withReceiveRequestNotification(NotificationSetting receiveRequestNotification) withRemoveRequestNotification(NotificationSetting removeRequestNotification) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateNamespaceRequest
public CreateNamespaceRequest()
-
-
Method Details
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getJoinNotification
-
setJoinNotification
-
withJoinNotification
-
getLeaveNotification
-
setLeaveNotification
-
withLeaveNotification
-
getChangeMemberNotification
-
setChangeMemberNotification
-
withChangeMemberNotification
public CreateNamespaceRequest withChangeMemberNotification(NotificationSetting changeMemberNotification) -
getReceiveRequestNotification
-
setReceiveRequestNotification
-
withReceiveRequestNotification
public CreateNamespaceRequest withReceiveRequestNotification(NotificationSetting receiveRequestNotification) -
getRemoveRequestNotification
-
setRemoveRequestNotification
-
withRemoveRequestNotification
public CreateNamespaceRequest withRemoveRequestNotification(NotificationSetting removeRequestNotification) -
getLogSetting
-
setLogSetting
-
withLogSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-