Class NotificationRecipientDTO_
- java.lang.Object
-
- org.cxbox.api.data.dto.DataResponseDTO_
-
- org.cxbox.notifications.crudma.dto.NotificationRecipientDTO_
-
public class NotificationRecipientDTO_ extends org.cxbox.api.data.dto.DataResponseDTO_
-
-
Field Summary
Fields Modifier and Type Field Description static org.cxbox.constgen.DtoField<NotificationRecipientDTO,Boolean>enabledstatic org.cxbox.constgen.DtoField<NotificationRecipientDTO,String>recipientTypestatic org.cxbox.constgen.DtoField<NotificationRecipientDTO,Boolean>sameDeptOnly
-
Constructor Summary
Constructors Constructor Description NotificationRecipientDTO_()
-
-
-
Field Detail
-
enabled
public static final org.cxbox.constgen.DtoField<NotificationRecipientDTO,Boolean> enabled
-
recipientType
public static final org.cxbox.constgen.DtoField<NotificationRecipientDTO,String> recipientType
-
sameDeptOnly
public static final org.cxbox.constgen.DtoField<NotificationRecipientDTO,Boolean> sameDeptOnly
-
-