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