Uses of Class
io.gs2.chat.request.UpdateNotificationTypeByUserIdRequest
Packages that use UpdateNotificationTypeByUserIdRequest
-
Uses of UpdateNotificationTypeByUserIdRequest in io.gs2.chat
Methods in io.gs2.chat with parameters of type UpdateNotificationTypeByUserIdRequestModifier and TypeMethodDescriptionGs2ChatRestClient.updateNotificationTypeByUserId(UpdateNotificationTypeByUserIdRequest request) voidGs2ChatRestClient.updateNotificationTypeByUserIdAsync(UpdateNotificationTypeByUserIdRequest request, AsyncAction<AsyncResult<UpdateNotificationTypeByUserIdResult>> callback) -
Uses of UpdateNotificationTypeByUserIdRequest in io.gs2.chat.request
Methods in io.gs2.chat.request that return UpdateNotificationTypeByUserIdRequestModifier and TypeMethodDescriptionUpdateNotificationTypeByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateNotificationTypeByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) UpdateNotificationTypeByUserIdRequest.withNamespaceName(String namespaceName) UpdateNotificationTypeByUserIdRequest.withNotificationTypes(List<NotificationType> notificationTypes) UpdateNotificationTypeByUserIdRequest.withRoomName(String roomName) UpdateNotificationTypeByUserIdRequest.withTimeOffsetToken(String timeOffsetToken) UpdateNotificationTypeByUserIdRequest.withUserId(String userId)