Uses of Class
io.gs2.chat.model.NotificationType
Packages that use NotificationType
-
Uses of NotificationType in io.gs2.chat.model
Methods in io.gs2.chat.model that return NotificationTypeModifier and TypeMethodDescriptionstatic NotificationTypeNotificationType.fromJson(com.fasterxml.jackson.databind.JsonNode data) NotificationType.withCategory(Integer category) NotificationType.withEnableTransferMobilePushNotification(Boolean enableTransferMobilePushNotification) Methods in io.gs2.chat.model that return types with arguments of type NotificationTypeMethod parameters in io.gs2.chat.model with type arguments of type NotificationTypeModifier and TypeMethodDescriptionvoidSubscribe.setNotificationTypes(List<NotificationType> notificationTypes) Subscribe.withNotificationTypes(List<NotificationType> notificationTypes) -
Uses of NotificationType in io.gs2.chat.request
Methods in io.gs2.chat.request that return types with arguments of type NotificationTypeModifier and TypeMethodDescriptionSubscribeByUserIdRequest.getNotificationTypes()SubscribeRequest.getNotificationTypes()UpdateNotificationTypeByUserIdRequest.getNotificationTypes()UpdateNotificationTypeRequest.getNotificationTypes()Method parameters in io.gs2.chat.request with type arguments of type NotificationTypeModifier and TypeMethodDescriptionvoidSubscribeByUserIdRequest.setNotificationTypes(List<NotificationType> notificationTypes) voidSubscribeRequest.setNotificationTypes(List<NotificationType> notificationTypes) voidUpdateNotificationTypeByUserIdRequest.setNotificationTypes(List<NotificationType> notificationTypes) voidUpdateNotificationTypeRequest.setNotificationTypes(List<NotificationType> notificationTypes) SubscribeByUserIdRequest.withNotificationTypes(List<NotificationType> notificationTypes) SubscribeRequest.withNotificationTypes(List<NotificationType> notificationTypes) UpdateNotificationTypeByUserIdRequest.withNotificationTypes(List<NotificationType> notificationTypes) UpdateNotificationTypeRequest.withNotificationTypes(List<NotificationType> notificationTypes)