Uses of Class
io.gs2.chat.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.chat
Methods in io.gs2.chat with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2ChatRestClient.createNamespace(CreateNamespaceRequest request) voidGs2ChatRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.chat.request
Methods in io.gs2.chat.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withAllowCreateRoom(Boolean allowCreateRoom) CreateNamespaceRequest.withCreateRoomScript(ScriptSetting createRoomScript) CreateNamespaceRequest.withDeleteRoomScript(ScriptSetting deleteRoomScript) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withLogSetting(LogSetting logSetting) CreateNamespaceRequest.withPostMessageScript(ScriptSetting postMessageScript) CreateNamespaceRequest.withPostNotification(NotificationSetting postNotification) CreateNamespaceRequest.withSubscribeRoomScript(ScriptSetting subscribeRoomScript) CreateNamespaceRequest.withUnsubscribeRoomScript(ScriptSetting unsubscribeRoomScript)