Uses of Class
io.gs2.matchmaking.request.EarlyCompleteRequest
Packages that use EarlyCompleteRequest
-
Uses of EarlyCompleteRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type EarlyCompleteRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.earlyComplete(EarlyCompleteRequest request) voidGs2MatchmakingRestClient.earlyCompleteAsync(EarlyCompleteRequest request, AsyncAction<AsyncResult<EarlyCompleteResult>> callback) -
Uses of EarlyCompleteRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return EarlyCompleteRequestModifier and TypeMethodDescriptionstatic EarlyCompleteRequestEarlyCompleteRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) EarlyCompleteRequest.withAccessToken(String accessToken) EarlyCompleteRequest.withDuplicationAvoider(String duplicationAvoider) EarlyCompleteRequest.withGatheringName(String gatheringName) EarlyCompleteRequest.withNamespaceName(String namespaceName)