Uses of Class
io.gs2.inbox.model.Namespace
Packages that use Namespace
-
Uses of Namespace in io.gs2.inbox.model
Methods in io.gs2.inbox.model that return NamespaceModifier and TypeMethodDescriptionstatic NamespaceNamespace.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.withCreatedAt(Long createdAt) Namespace.withDeleteMessageScript(ScriptSetting deleteMessageScript) Namespace.withDescription(String description) Namespace.withIsAutomaticDeletingEnabled(Boolean isAutomaticDeletingEnabled) Deprecated.Namespace.withLogSetting(LogSetting logSetting) Namespace.withNamespaceId(String namespaceId) Namespace.withQueueNamespaceId(String queueNamespaceId) Deprecated.Namespace.withReadMessageScript(ScriptSetting readMessageScript) Namespace.withReceiveMessageScript(ScriptSetting receiveMessageScript) Namespace.withReceiveNotification(NotificationSetting receiveNotification) Namespace.withRevision(Long revision) Namespace.withTransactionSetting(TransactionSetting transactionSetting) Namespace.withUpdatedAt(Long updatedAt) Methods in io.gs2.inbox.model with parameters of type Namespace -
Uses of Namespace in io.gs2.inbox.result
Methods in io.gs2.inbox.result that return NamespaceModifier and TypeMethodDescriptionCreateNamespaceResult.getItem()DeleteNamespaceResult.getItem()GetNamespaceResult.getItem()UpdateNamespaceResult.getItem()Methods in io.gs2.inbox.result that return types with arguments of type NamespaceMethods in io.gs2.inbox.result with parameters of type NamespaceModifier and TypeMethodDescriptionvoidvoidvoidvoidMethod parameters in io.gs2.inbox.result with type arguments of type Namespace