Uses of Class
io.gs2.inbox.result.DescribeGlobalMessageMastersResult
Packages that use DescribeGlobalMessageMastersResult
-
Uses of DescribeGlobalMessageMastersResult in io.gs2.inbox
Methods in io.gs2.inbox that return DescribeGlobalMessageMastersResultModifier and TypeMethodDescriptionGs2InboxRestClient.describeGlobalMessageMasters(DescribeGlobalMessageMastersRequest request) Method parameters in io.gs2.inbox with type arguments of type DescribeGlobalMessageMastersResultModifier and TypeMethodDescriptionvoidGs2InboxRestClient.describeGlobalMessageMastersAsync(DescribeGlobalMessageMastersRequest request, AsyncAction<AsyncResult<DescribeGlobalMessageMastersResult>> callback) -
Uses of DescribeGlobalMessageMastersResult in io.gs2.inbox.result
Methods in io.gs2.inbox.result that return DescribeGlobalMessageMastersResultModifier and TypeMethodDescriptionDescribeGlobalMessageMastersResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeGlobalMessageMastersResult.withItems(List<GlobalMessageMaster> items) DescribeGlobalMessageMastersResult.withNextPageToken(String nextPageToken)