Uses of Class
io.gs2.inbox.model.GlobalMessage
Packages that use GlobalMessage
-
Uses of GlobalMessage in io.gs2.inbox.model
Methods in io.gs2.inbox.model that return GlobalMessageModifier and TypeMethodDescriptionstatic GlobalMessageGlobalMessage.fromJson(com.fasterxml.jackson.databind.JsonNode data) GlobalMessage.withExpiresAt(Long expiresAt) Deprecated.GlobalMessage.withExpiresTimeSpan(TimeSpan expiresTimeSpan) GlobalMessage.withGlobalMessageId(String globalMessageId) GlobalMessage.withMessageReceptionPeriodEventId(String messageReceptionPeriodEventId) GlobalMessage.withMetadata(String metadata) GlobalMessage.withReadAcquireActions(List<AcquireAction> readAcquireActions) Methods in io.gs2.inbox.model with parameters of type GlobalMessage -
Uses of GlobalMessage in io.gs2.inbox.result
Methods in io.gs2.inbox.result that return GlobalMessageMethods in io.gs2.inbox.result that return types with arguments of type GlobalMessageMethods in io.gs2.inbox.result with parameters of type GlobalMessageModifier and TypeMethodDescriptionvoidGetGlobalMessageResult.setItem(GlobalMessage item) GetGlobalMessageResult.withItem(GlobalMessage item) Method parameters in io.gs2.inbox.result with type arguments of type GlobalMessageModifier and TypeMethodDescriptionvoidDescribeGlobalMessagesResult.setItems(List<GlobalMessage> items) DescribeGlobalMessagesResult.withItems(List<GlobalMessage> items)