public class UpdateNotificationTypeByUserIdRequest extends Gs2BasicRequest<UpdateNotificationTypeByUserIdRequest>
| Constructor and Description |
|---|
UpdateNotificationTypeByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateNotificationTypeByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getNamespaceName() |
List<NotificationType> |
getNotificationTypes() |
String |
getRoomName() |
String |
getUserId() |
void |
setNamespaceName(String namespaceName) |
void |
setNotificationTypes(List<NotificationType> notificationTypes) |
void |
setRoomName(String roomName) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
UpdateNotificationTypeByUserIdRequest |
withNamespaceName(String namespaceName) |
UpdateNotificationTypeByUserIdRequest |
withNotificationTypes(List<NotificationType> notificationTypes) |
UpdateNotificationTypeByUserIdRequest |
withRoomName(String roomName) |
UpdateNotificationTypeByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic UpdateNotificationTypeByUserIdRequest()
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateNotificationTypeByUserIdRequest withNamespaceName(String namespaceName)
public String getRoomName()
public void setRoomName(String roomName)
public UpdateNotificationTypeByUserIdRequest withRoomName(String roomName)
public String getUserId()
public void setUserId(String userId)
public UpdateNotificationTypeByUserIdRequest withUserId(String userId)
public List<NotificationType> getNotificationTypes()
public void setNotificationTypes(List<NotificationType> notificationTypes)
public UpdateNotificationTypeByUserIdRequest withNotificationTypes(List<NotificationType> notificationTypes)
public static UpdateNotificationTypeByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.