Uses of Class
io.gs2.realtime.request.WantRoomRequest
Packages that use WantRoomRequest
-
Uses of WantRoomRequest in io.gs2.realtime
Methods in io.gs2.realtime with parameters of type WantRoomRequestModifier and TypeMethodDescriptionGs2RealtimeRestClient.wantRoom(WantRoomRequest request) voidGs2RealtimeRestClient.wantRoomAsync(WantRoomRequest request, AsyncAction<AsyncResult<WantRoomResult>> callback) -
Uses of WantRoomRequest in io.gs2.realtime.request
Methods in io.gs2.realtime.request that return WantRoomRequestModifier and TypeMethodDescriptionstatic WantRoomRequestWantRoomRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) WantRoomRequest.withNamespaceName(String namespaceName) WantRoomRequest.withNotificationUserIds(List<String> notificationUserIds)