Uses of Class
io.gs2.inbox.request.CreateGlobalMessageMasterRequest
Packages that use CreateGlobalMessageMasterRequest
-
Uses of CreateGlobalMessageMasterRequest in io.gs2.inbox
Methods in io.gs2.inbox with parameters of type CreateGlobalMessageMasterRequestModifier and TypeMethodDescriptionGs2InboxRestClient.createGlobalMessageMaster(CreateGlobalMessageMasterRequest request) voidGs2InboxRestClient.createGlobalMessageMasterAsync(CreateGlobalMessageMasterRequest request, AsyncAction<AsyncResult<CreateGlobalMessageMasterResult>> callback) -
Uses of CreateGlobalMessageMasterRequest in io.gs2.inbox.request
Methods in io.gs2.inbox.request that return CreateGlobalMessageMasterRequestModifier and TypeMethodDescriptionCreateGlobalMessageMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateGlobalMessageMasterRequest.withExpiresAt(Long expiresAt) CreateGlobalMessageMasterRequest.withExpiresTimeSpan(TimeSpan expiresTimeSpan) CreateGlobalMessageMasterRequest.withMetadata(String metadata) CreateGlobalMessageMasterRequest.withNamespaceName(String namespaceName) CreateGlobalMessageMasterRequest.withReadAcquireActions(List<AcquireAction> readAcquireActions)