Uses of Class
io.gs2.inbox.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.inbox
Methods in io.gs2.inbox with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2InboxRestClient.createNamespace(CreateNamespaceRequest request) voidGs2InboxRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.inbox.request
Methods in io.gs2.inbox.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withDeleteMessageScript(ScriptSetting deleteMessageScript) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withIsAutomaticDeletingEnabled(Boolean isAutomaticDeletingEnabled) Deprecated.CreateNamespaceRequest.withLogSetting(LogSetting logSetting) CreateNamespaceRequest.withQueueNamespaceId(String queueNamespaceId) Deprecated.CreateNamespaceRequest.withReadMessageScript(ScriptSetting readMessageScript) CreateNamespaceRequest.withReceiveMessageScript(ScriptSetting receiveMessageScript) CreateNamespaceRequest.withReceiveNotification(NotificationSetting receiveNotification) CreateNamespaceRequest.withTransactionSetting(TransactionSetting transactionSetting)