| Package | Description |
|---|---|
| io.gs2.matchmaking | |
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
UpdateGatheringByUserIdResult |
Gs2MatchmakingRestClient.updateGatheringByUserId(UpdateGatheringByUserIdRequest request) |
void |
Gs2MatchmakingRestClient.updateGatheringByUserIdAsync(UpdateGatheringByUserIdRequest request,
AsyncAction<AsyncResult<UpdateGatheringByUserIdResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
GatheringDomain |
GatheringDomain.update(UpdateGatheringByUserIdRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatheringByUserIdRequest |
UpdateGatheringByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
UpdateGatheringByUserIdRequest |
UpdateGatheringByUserIdRequest.withAttributeRanges(List<AttributeRange> attributeRanges) |
UpdateGatheringByUserIdRequest |
UpdateGatheringByUserIdRequest.withGatheringName(String gatheringName) |
UpdateGatheringByUserIdRequest |
UpdateGatheringByUserIdRequest.withNamespaceName(String namespaceName) |
UpdateGatheringByUserIdRequest |
UpdateGatheringByUserIdRequest.withUserId(String userId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.