Uses of Class
io.gs2.matchmaking.request.DoMatchmakingByPlayerRequest
Packages that use DoMatchmakingByPlayerRequest
-
Uses of DoMatchmakingByPlayerRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type DoMatchmakingByPlayerRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.doMatchmakingByPlayer(DoMatchmakingByPlayerRequest request) voidGs2MatchmakingRestClient.doMatchmakingByPlayerAsync(DoMatchmakingByPlayerRequest request, AsyncAction<AsyncResult<DoMatchmakingByPlayerResult>> callback) -
Uses of DoMatchmakingByPlayerRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return DoMatchmakingByPlayerRequestModifier and TypeMethodDescriptionstatic DoMatchmakingByPlayerRequestDoMatchmakingByPlayerRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DoMatchmakingByPlayerRequest.withMatchmakingContextToken(String matchmakingContextToken) DoMatchmakingByPlayerRequest.withNamespaceName(String namespaceName) DoMatchmakingByPlayerRequest.withPlayer(Player player)