Uses of Class
io.gs2.matchmaking.request.UpdateGatheringByUserIdRequest
Packages that use UpdateGatheringByUserIdRequest
-
Uses of UpdateGatheringByUserIdRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type UpdateGatheringByUserIdRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.updateGatheringByUserId(UpdateGatheringByUserIdRequest request) voidGs2MatchmakingRestClient.updateGatheringByUserIdAsync(UpdateGatheringByUserIdRequest request, AsyncAction<AsyncResult<UpdateGatheringByUserIdResult>> callback) -
Uses of UpdateGatheringByUserIdRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return UpdateGatheringByUserIdRequestModifier and TypeMethodDescriptionUpdateGatheringByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateGatheringByUserIdRequest.withAttributeRanges(List<AttributeRange> attributeRanges) UpdateGatheringByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) UpdateGatheringByUserIdRequest.withGatheringName(String gatheringName) UpdateGatheringByUserIdRequest.withNamespaceName(String namespaceName) UpdateGatheringByUserIdRequest.withUserId(String userId)