Uses of Class
io.gs2.seasonRating.request.CreateMatchSessionRequest
Packages that use CreateMatchSessionRequest
-
Uses of CreateMatchSessionRequest in io.gs2.seasonRating
Methods in io.gs2.seasonRating with parameters of type CreateMatchSessionRequestModifier and TypeMethodDescriptionGs2SeasonRatingRestClient.createMatchSession(CreateMatchSessionRequest request) voidGs2SeasonRatingRestClient.createMatchSessionAsync(CreateMatchSessionRequest request, AsyncAction<AsyncResult<CreateMatchSessionResult>> callback) -
Uses of CreateMatchSessionRequest in io.gs2.seasonRating.request
Methods in io.gs2.seasonRating.request that return CreateMatchSessionRequestModifier and TypeMethodDescriptionstatic CreateMatchSessionRequestCreateMatchSessionRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateMatchSessionRequest.withNamespaceName(String namespaceName) CreateMatchSessionRequest.withSessionName(String sessionName) CreateMatchSessionRequest.withTtlSeconds(Integer ttlSeconds)