Uses of Class
io.gs2.inbox.request.UpdateGlobalMessageMasterRequest
Packages that use UpdateGlobalMessageMasterRequest
-
Uses of UpdateGlobalMessageMasterRequest in io.gs2.inbox
Methods in io.gs2.inbox with parameters of type UpdateGlobalMessageMasterRequestModifier and TypeMethodDescriptionGs2InboxRestClient.updateGlobalMessageMaster(UpdateGlobalMessageMasterRequest request) voidGs2InboxRestClient.updateGlobalMessageMasterAsync(UpdateGlobalMessageMasterRequest request, AsyncAction<AsyncResult<UpdateGlobalMessageMasterResult>> callback) -
Uses of UpdateGlobalMessageMasterRequest in io.gs2.inbox.request
Methods in io.gs2.inbox.request that return UpdateGlobalMessageMasterRequestModifier and TypeMethodDescriptionUpdateGlobalMessageMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateGlobalMessageMasterRequest.withExpiresAt(Long expiresAt) UpdateGlobalMessageMasterRequest.withExpiresTimeSpan(TimeSpan expiresTimeSpan) UpdateGlobalMessageMasterRequest.withGlobalMessageName(String globalMessageName) UpdateGlobalMessageMasterRequest.withMetadata(String metadata) UpdateGlobalMessageMasterRequest.withNamespaceName(String namespaceName) UpdateGlobalMessageMasterRequest.withReadAcquireActions(List<AcquireAction> readAcquireActions)