Uses of Class
com.vidispine.generated.JobNotificationContentFilter
-
-
Uses of JobNotificationContentFilter in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobNotificationContentFilter Modifier and Type Field Description protected List<JobNotificationContentFilter>
NotificationJobTriggerType.ContentFilters. contentFilter
Methods in com.vidispine.generated that return JobNotificationContentFilter Modifier and Type Method Description static JobNotificationContentFilter
JobNotificationContentFilter. fromValue(String v)
static JobNotificationContentFilter
JobNotificationContentFilter. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobNotificationContentFilter[]
JobNotificationContentFilter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated that return types with arguments of type JobNotificationContentFilter Modifier and Type Method Description List<JobNotificationContentFilter>
NotificationJobTriggerType.ContentFilters. getContentFilter()
Gets the value of the contentFilter property.Methods in com.vidispine.generated with parameters of type JobNotificationContentFilter Modifier and Type Method Description NotificationJobTriggerType.ContentFilters
NotificationJobTriggerType.ContentFilters. withContentFilter(JobNotificationContentFilter... values)
Method parameters in com.vidispine.generated with type arguments of type JobNotificationContentFilter Modifier and Type Method Description NotificationJobTriggerType.ContentFilters
NotificationJobTriggerType.ContentFilters. withContentFilter(Collection<JobNotificationContentFilter> values)
-