Uses of Class
io.gs2.matchmaking.request.CreateGatheringRequest
Packages that use CreateGatheringRequest
-
Uses of CreateGatheringRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type CreateGatheringRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.createGathering(CreateGatheringRequest request) voidGs2MatchmakingRestClient.createGatheringAsync(CreateGatheringRequest request, AsyncAction<AsyncResult<CreateGatheringResult>> callback) -
Uses of CreateGatheringRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return CreateGatheringRequestModifier and TypeMethodDescriptionstatic CreateGatheringRequestCreateGatheringRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateGatheringRequest.withAccessToken(String accessToken) CreateGatheringRequest.withAllowUserIds(List<String> allowUserIds) CreateGatheringRequest.withAttributeRanges(List<AttributeRange> attributeRanges) CreateGatheringRequest.withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) CreateGatheringRequest.withDuplicationAvoider(String duplicationAvoider) CreateGatheringRequest.withExpiresAt(Long expiresAt) CreateGatheringRequest.withExpiresAtTimeSpan(TimeSpan expiresAtTimeSpan) CreateGatheringRequest.withNamespaceName(String namespaceName) CreateGatheringRequest.withPlayer(Player player)