Package io.gs2.chat.request
Class UpdateNotificationTypeByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateNotificationTypeByUserIdRequest>
io.gs2.chat.request.UpdateNotificationTypeByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
public class UpdateNotificationTypeByUserIdRequest
extends Gs2BasicRequest<UpdateNotificationTypeByUserIdRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetDuplicationAvoider(String duplicationAvoider) voidsetNamespaceName(String namespaceName) voidsetNotificationTypes(List<NotificationType> notificationTypes) voidsetRoomName(String roomName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withDuplicationAvoider(String duplicationAvoider) withNamespaceName(String namespaceName) withNotificationTypes(List<NotificationType> notificationTypes) withRoomName(String roomName) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateNotificationTypeByUserIdRequest
public UpdateNotificationTypeByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getRoomName
-
setRoomName
-
withRoomName
-
getUserId
-
setUserId
-
withUserId
-
getNotificationTypes
-
setNotificationTypes
-
withNotificationTypes
public UpdateNotificationTypeByUserIdRequest withNotificationTypes(List<NotificationType> notificationTypes) -
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
public static UpdateNotificationTypeByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-