Uses of Class
io.gs2.seasonRating.result.DescribeMatchSessionsResult
Packages that use DescribeMatchSessionsResult
-
Uses of DescribeMatchSessionsResult in io.gs2.seasonRating
Methods in io.gs2.seasonRating that return DescribeMatchSessionsResultModifier and TypeMethodDescriptionGs2SeasonRatingRestClient.describeMatchSessions(DescribeMatchSessionsRequest request) Method parameters in io.gs2.seasonRating with type arguments of type DescribeMatchSessionsResultModifier and TypeMethodDescriptionvoidGs2SeasonRatingRestClient.describeMatchSessionsAsync(DescribeMatchSessionsRequest request, AsyncAction<AsyncResult<DescribeMatchSessionsResult>> callback) -
Uses of DescribeMatchSessionsResult in io.gs2.seasonRating.result
Methods in io.gs2.seasonRating.result that return DescribeMatchSessionsResultModifier and TypeMethodDescriptionstatic DescribeMatchSessionsResultDescribeMatchSessionsResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeMatchSessionsResult.withItems(List<MatchSession> items) DescribeMatchSessionsResult.withNextPageToken(String nextPageToken)