Class NotificationSettingsDTO_
- java.lang.Object
-
- org.cxbox.api.data.dto.DataResponseDTO_
-
- org.cxbox.notifications.crudma.dto.NotificationSettingsDTO_
-
public class NotificationSettingsDTO_ extends org.cxbox.api.data.dto.DataResponseDTO_
-
-
Field Summary
Fields Modifier and Type Field Description static org.cxbox.constgen.DtoField<NotificationSettingsDTO,String>eventNamestatic org.cxbox.constgen.DtoField<NotificationSettingsDTO,Boolean>nevastatic org.cxbox.constgen.DtoField<NotificationSettingsDTO,Boolean>pushstatic org.cxbox.constgen.DtoField<NotificationSettingsDTO,String>settingsTypestatic org.cxbox.constgen.DtoField<NotificationSettingsDTO,Boolean>smtpstatic org.cxbox.constgen.DtoField<NotificationSettingsDTO,Long>userId
-
Constructor Summary
Constructors Constructor Description NotificationSettingsDTO_()
-
-
-
Field Detail
-
eventName
public static final org.cxbox.constgen.DtoField<NotificationSettingsDTO,String> eventName
-
neva
public static final org.cxbox.constgen.DtoField<NotificationSettingsDTO,Boolean> neva
-
push
public static final org.cxbox.constgen.DtoField<NotificationSettingsDTO,Boolean> push
-
settingsType
public static final org.cxbox.constgen.DtoField<NotificationSettingsDTO,String> settingsType
-
smtp
public static final org.cxbox.constgen.DtoField<NotificationSettingsDTO,Boolean> smtp
-
userId
public static final org.cxbox.constgen.DtoField<NotificationSettingsDTO,Long> userId
-
-