| Package | Description |
|---|---|
| io.gs2.matchmaking | |
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
CancelMatchmakingByUserIdResult |
Gs2MatchmakingRestClient.cancelMatchmakingByUserId(CancelMatchmakingByUserIdRequest request) |
void |
Gs2MatchmakingRestClient.cancelMatchmakingByUserIdAsync(CancelMatchmakingByUserIdRequest request,
AsyncAction<AsyncResult<CancelMatchmakingByUserIdResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
GatheringDomain |
GatheringDomain.cancelMatchmaking(CancelMatchmakingByUserIdRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static CancelMatchmakingByUserIdRequest |
CancelMatchmakingByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CancelMatchmakingByUserIdRequest |
CancelMatchmakingByUserIdRequest.withGatheringName(String gatheringName) |
CancelMatchmakingByUserIdRequest |
CancelMatchmakingByUserIdRequest.withNamespaceName(String namespaceName) |
CancelMatchmakingByUserIdRequest |
CancelMatchmakingByUserIdRequest.withUserId(String userId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.