Uses of Class
io.gs2.matchmaking.request.CancelMatchmakingRequest
Packages that use CancelMatchmakingRequest
-
Uses of CancelMatchmakingRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type CancelMatchmakingRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.cancelMatchmaking(CancelMatchmakingRequest request) voidGs2MatchmakingRestClient.cancelMatchmakingAsync(CancelMatchmakingRequest request, AsyncAction<AsyncResult<CancelMatchmakingResult>> callback) -
Uses of CancelMatchmakingRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return CancelMatchmakingRequestModifier and TypeMethodDescriptionstatic CancelMatchmakingRequestCancelMatchmakingRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CancelMatchmakingRequest.withAccessToken(String accessToken) CancelMatchmakingRequest.withDuplicationAvoider(String duplicationAvoider) CancelMatchmakingRequest.withGatheringName(String gatheringName) CancelMatchmakingRequest.withNamespaceName(String namespaceName)