Uses of Class
dev.vality.damsel.fraudbusters_notificator.NotificationTemplate
-
Uses of NotificationTemplate in dev.vality.damsel.fraudbusters_notificator
Fields in dev.vality.damsel.fraudbusters_notificator with type parameters of type NotificationTemplate Modifier and Type Field Description List<NotificationTemplate>NotificationTemplateListResponse. notification_templatesMethods in dev.vality.damsel.fraudbusters_notificator that return NotificationTemplate Modifier and Type Method Description NotificationTemplateNotificationTemplate. deepCopy()NotificationTemplateNotificationTemplate. setBasicParams(String basic_params)NotificationTemplateNotificationTemplate. setCreatedAt(String created_at)NotificationTemplateNotificationTemplate. setId(long id)NotificationTemplateNotificationTemplate. setName(String name)NotificationTemplateNotificationTemplate. setQueryText(String query_text)NotificationTemplateNotificationTemplate. setSkeleton(String skeleton)NotificationTemplateNotificationTemplate. setType(String type)NotificationTemplateNotificationTemplate. setUpdatedAt(String updated_at)Methods in dev.vality.damsel.fraudbusters_notificator that return types with arguments of type NotificationTemplate Modifier and Type Method Description List<NotificationTemplate>NotificationTemplateListResponse. getNotificationTemplates()Iterator<NotificationTemplate>NotificationTemplateListResponse. getNotificationTemplatesIterator()Methods in dev.vality.damsel.fraudbusters_notificator with parameters of type NotificationTemplate Modifier and Type Method Description voidNotificationTemplateListResponse. addToNotificationTemplates(NotificationTemplate elem)intNotificationTemplate. compareTo(NotificationTemplate other)booleanNotificationTemplate. equals(NotificationTemplate that)Method parameters in dev.vality.damsel.fraudbusters_notificator with type arguments of type NotificationTemplate Modifier and Type Method Description NotificationTemplateListResponseNotificationTemplateListResponse. setNotificationTemplates(List<NotificationTemplate> notification_templates)Constructors in dev.vality.damsel.fraudbusters_notificator with parameters of type NotificationTemplate Constructor Description NotificationTemplate(NotificationTemplate other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.fraudbusters_notificator with type arguments of type NotificationTemplate Constructor Description NotificationTemplateListResponse(List<NotificationTemplate> notification_templates)