Uses of Class
io.gs2.matchmaking.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.createNamespace(CreateNamespaceRequest request) voidGs2MatchmakingRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withChangeRatingNotification(NotificationSetting changeRatingNotification) CreateNamespaceRequest.withChangeRatingScript(ScriptSetting changeRatingScript) CreateNamespaceRequest.withCollaborateSeasonRatingNamespaceId(String collaborateSeasonRatingNamespaceId) CreateNamespaceRequest.withCollaborateSeasonRatingTtl(Integer collaborateSeasonRatingTtl) CreateNamespaceRequest.withCompleteMatchmakingTriggerRealtimeNamespaceId(String completeMatchmakingTriggerRealtimeNamespaceId) CreateNamespaceRequest.withCompleteMatchmakingTriggerScriptId(String completeMatchmakingTriggerScriptId) CreateNamespaceRequest.withCompleteMatchmakingTriggerType(String completeMatchmakingTriggerType) CreateNamespaceRequest.withCompleteNotification(NotificationSetting completeNotification) CreateNamespaceRequest.withCreateGatheringTriggerRealtimeNamespaceId(String createGatheringTriggerRealtimeNamespaceId) CreateNamespaceRequest.withCreateGatheringTriggerScriptId(String createGatheringTriggerScriptId) CreateNamespaceRequest.withCreateGatheringTriggerType(String createGatheringTriggerType) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withDisconnectDetectionTimeoutSeconds(Integer disconnectDetectionTimeoutSeconds) CreateNamespaceRequest.withEnableCollaborateSeasonRating(String enableCollaborateSeasonRating) CreateNamespaceRequest.withEnableDisconnectDetection(String enableDisconnectDetection) CreateNamespaceRequest.withEnableRating(Boolean enableRating) CreateNamespaceRequest.withJoinNotification(NotificationSetting joinNotification) CreateNamespaceRequest.withLeaveNotification(NotificationSetting leaveNotification) CreateNamespaceRequest.withLogSetting(LogSetting logSetting)