Package io.gs2.guild.request
Class UpdateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateNamespaceRequest>
io.gs2.guild.request.UpdateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetChangeMemberNotification(NotificationSetting changeMemberNotification) voidsetDescription(String description) voidsetJoinNotification(NotificationSetting joinNotification) voidsetLeaveNotification(NotificationSetting leaveNotification) voidsetLogSetting(LogSetting logSetting) voidsetNamespaceName(String namespaceName) voidsetReceiveRequestNotification(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) withNamespaceName(String namespaceName) withReceiveRequestNotification(NotificationSetting receiveRequestNotification) withRemoveRequestNotification(NotificationSetting removeRequestNotification) 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
-
getJoinNotification
-
setJoinNotification
-
withJoinNotification
-
getLeaveNotification
-
setLeaveNotification
-
withLeaveNotification
-
getChangeMemberNotification
-
setChangeMemberNotification
-
withChangeMemberNotification
public UpdateNamespaceRequest withChangeMemberNotification(NotificationSetting changeMemberNotification) -
getReceiveRequestNotification
-
setReceiveRequestNotification
-
withReceiveRequestNotification
public UpdateNamespaceRequest withReceiveRequestNotification(NotificationSetting receiveRequestNotification) -
getRemoveRequestNotification
-
setRemoveRequestNotification
-
withRemoveRequestNotification
public UpdateNamespaceRequest withRemoveRequestNotification(NotificationSetting removeRequestNotification) -
getLogSetting
-
setLogSetting
-
withLogSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-