static CreateNamespaceRequest |
CreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CreateNamespaceRequest |
CreateNamespaceRequest.withAllowCreateRoom(Boolean allowCreateRoom) |
CreateNamespaceRequest |
CreateNamespaceRequest.withCreateRoomScript(ScriptSetting createRoomScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withDeleteRoomScript(ScriptSetting deleteRoomScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withDescription(String description) |
CreateNamespaceRequest |
CreateNamespaceRequest.withLogSetting(LogSetting logSetting) |
CreateNamespaceRequest |
CreateNamespaceRequest.withName(String name) |
CreateNamespaceRequest |
CreateNamespaceRequest.withPostMessageScript(ScriptSetting postMessageScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withPostNotification(NotificationSetting postNotification) |
CreateNamespaceRequest |
CreateNamespaceRequest.withSubscribeRoomScript(ScriptSetting subscribeRoomScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withUnsubscribeRoomScript(ScriptSetting unsubscribeRoomScript) |