Uses of Class
io.gs2.matchmaking.result.CancelMatchmakingByUserIdResult
Packages that use CancelMatchmakingByUserIdResult
-
Uses of CancelMatchmakingByUserIdResult in io.gs2.matchmaking
Methods in io.gs2.matchmaking that return CancelMatchmakingByUserIdResultModifier and TypeMethodDescriptionGs2MatchmakingRestClient.cancelMatchmakingByUserId(CancelMatchmakingByUserIdRequest request) Method parameters in io.gs2.matchmaking with type arguments of type CancelMatchmakingByUserIdResultModifier and TypeMethodDescriptionvoidGs2MatchmakingRestClient.cancelMatchmakingByUserIdAsync(CancelMatchmakingByUserIdRequest request, AsyncAction<AsyncResult<CancelMatchmakingByUserIdResult>> callback) -
Uses of CancelMatchmakingByUserIdResult in io.gs2.matchmaking.result
Methods in io.gs2.matchmaking.result that return CancelMatchmakingByUserIdResultModifier and TypeMethodDescriptionCancelMatchmakingByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data)