Uses of Class
io.gs2.seasonRating.request.DeleteMatchSessionRequest
Packages that use DeleteMatchSessionRequest
-
Uses of DeleteMatchSessionRequest in io.gs2.seasonRating
Methods in io.gs2.seasonRating with parameters of type DeleteMatchSessionRequestModifier and TypeMethodDescriptionGs2SeasonRatingRestClient.deleteMatchSession(DeleteMatchSessionRequest request) voidGs2SeasonRatingRestClient.deleteMatchSessionAsync(DeleteMatchSessionRequest request, AsyncAction<AsyncResult<DeleteMatchSessionResult>> callback) -
Uses of DeleteMatchSessionRequest in io.gs2.seasonRating.request
Methods in io.gs2.seasonRating.request that return DeleteMatchSessionRequestModifier and TypeMethodDescriptionstatic DeleteMatchSessionRequestDeleteMatchSessionRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteMatchSessionRequest.withNamespaceName(String namespaceName) DeleteMatchSessionRequest.withSessionName(String sessionName)