Uses of Class
io.gs2.matchmaking.request.UpdateGatheringRequest
Packages that use UpdateGatheringRequest
-
Uses of UpdateGatheringRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type UpdateGatheringRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.updateGathering(UpdateGatheringRequest request) voidGs2MatchmakingRestClient.updateGatheringAsync(UpdateGatheringRequest request, AsyncAction<AsyncResult<UpdateGatheringResult>> callback) -
Uses of UpdateGatheringRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return UpdateGatheringRequestModifier and TypeMethodDescriptionstatic UpdateGatheringRequestUpdateGatheringRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateGatheringRequest.withAccessToken(String accessToken) UpdateGatheringRequest.withAttributeRanges(List<AttributeRange> attributeRanges) UpdateGatheringRequest.withDuplicationAvoider(String duplicationAvoider) UpdateGatheringRequest.withGatheringName(String gatheringName) UpdateGatheringRequest.withNamespaceName(String namespaceName)