Uses of Class
io.gs2.inbox.model.GlobalMessageMaster
Packages that use GlobalMessageMaster
-
Uses of GlobalMessageMaster in io.gs2.inbox.model
Methods in io.gs2.inbox.model that return GlobalMessageMasterModifier and TypeMethodDescriptionstatic GlobalMessageMasterGlobalMessageMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) GlobalMessageMaster.withCreatedAt(Long createdAt) GlobalMessageMaster.withExpiresAt(Long expiresAt) GlobalMessageMaster.withExpiresTimeSpan(TimeSpan expiresTimeSpan) GlobalMessageMaster.withGlobalMessageId(String globalMessageId) GlobalMessageMaster.withMetadata(String metadata) GlobalMessageMaster.withReadAcquireActions(List<AcquireAction> readAcquireActions) GlobalMessageMaster.withRevision(Long revision) Methods in io.gs2.inbox.model with parameters of type GlobalMessageMaster -
Uses of GlobalMessageMaster in io.gs2.inbox.result
Methods in io.gs2.inbox.result that return GlobalMessageMasterModifier and TypeMethodDescriptionCreateGlobalMessageMasterResult.getItem()DeleteGlobalMessageMasterResult.getItem()GetGlobalMessageMasterResult.getItem()UpdateGlobalMessageMasterResult.getItem()Methods in io.gs2.inbox.result that return types with arguments of type GlobalMessageMasterMethods in io.gs2.inbox.result with parameters of type GlobalMessageMasterModifier and TypeMethodDescriptionvoidCreateGlobalMessageMasterResult.setItem(GlobalMessageMaster item) voidDeleteGlobalMessageMasterResult.setItem(GlobalMessageMaster item) voidGetGlobalMessageMasterResult.setItem(GlobalMessageMaster item) voidUpdateGlobalMessageMasterResult.setItem(GlobalMessageMaster item) CreateGlobalMessageMasterResult.withItem(GlobalMessageMaster item) DeleteGlobalMessageMasterResult.withItem(GlobalMessageMaster item) GetGlobalMessageMasterResult.withItem(GlobalMessageMaster item) UpdateGlobalMessageMasterResult.withItem(GlobalMessageMaster item) Method parameters in io.gs2.inbox.result with type arguments of type GlobalMessageMasterModifier and TypeMethodDescriptionvoidDescribeGlobalMessageMastersResult.setItems(List<GlobalMessageMaster> items) DescribeGlobalMessageMastersResult.withItems(List<GlobalMessageMaster> items)