Uses of Class
io.gs2.news.request.DescribeOutputsRequest
Packages that use DescribeOutputsRequest
-
Uses of DescribeOutputsRequest in io.gs2.news
Methods in io.gs2.news with parameters of type DescribeOutputsRequestModifier and TypeMethodDescriptionGs2NewsRestClient.describeOutputs(DescribeOutputsRequest request) voidGs2NewsRestClient.describeOutputsAsync(DescribeOutputsRequest request, AsyncAction<AsyncResult<DescribeOutputsResult>> callback) -
Uses of DescribeOutputsRequest in io.gs2.news.request
Methods in io.gs2.news.request that return DescribeOutputsRequestModifier and TypeMethodDescriptionstatic DescribeOutputsRequestDescribeOutputsRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeOutputsRequest.withNamespaceName(String namespaceName) DescribeOutputsRequest.withPageToken(String pageToken) DescribeOutputsRequest.withUploadToken(String uploadToken)