| Package | Description |
|---|---|
| io.gs2.matchmaking | |
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
UpdateGatheringResult |
Gs2MatchmakingRestClient.updateGathering(UpdateGatheringRequest request) |
void |
Gs2MatchmakingRestClient.updateGatheringAsync(UpdateGatheringRequest request,
AsyncAction<AsyncResult<UpdateGatheringResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
GatheringAccessTokenDomain |
GatheringAccessTokenDomain.update(UpdateGatheringRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatheringRequest |
UpdateGatheringRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
UpdateGatheringRequest |
UpdateGatheringRequest.withAccessToken(String accessToken) |
UpdateGatheringRequest |
UpdateGatheringRequest.withAttributeRanges(List<AttributeRange> attributeRanges) |
UpdateGatheringRequest |
UpdateGatheringRequest.withGatheringName(String gatheringName) |
UpdateGatheringRequest |
UpdateGatheringRequest.withNamespaceName(String namespaceName) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.