Uses of Class
io.gs2.matchmaking.request.CreateGatheringByUserIdRequest
Packages that use CreateGatheringByUserIdRequest
-
Uses of CreateGatheringByUserIdRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type CreateGatheringByUserIdRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.createGatheringByUserId(CreateGatheringByUserIdRequest request) voidGs2MatchmakingRestClient.createGatheringByUserIdAsync(CreateGatheringByUserIdRequest request, AsyncAction<AsyncResult<CreateGatheringByUserIdResult>> callback) -
Uses of CreateGatheringByUserIdRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return CreateGatheringByUserIdRequestModifier and TypeMethodDescriptionCreateGatheringByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateGatheringByUserIdRequest.withAllowUserIds(List<String> allowUserIds) CreateGatheringByUserIdRequest.withAttributeRanges(List<AttributeRange> attributeRanges) CreateGatheringByUserIdRequest.withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) CreateGatheringByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) CreateGatheringByUserIdRequest.withExpiresAt(Long expiresAt) CreateGatheringByUserIdRequest.withExpiresAtTimeSpan(TimeSpan expiresAtTimeSpan) CreateGatheringByUserIdRequest.withNamespaceName(String namespaceName) CreateGatheringByUserIdRequest.withPlayer(Player player) CreateGatheringByUserIdRequest.withUserId(String userId)