Uses of Enum Class
com.vidispine.generated.JobNotificationContentFilter
-
Uses of JobNotificationContentFilter in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobNotificationContentFilterModifier and TypeFieldDescriptionprotected List<JobNotificationContentFilter>NotificationJobTriggerType.ContentFilters.contentFilterMethods in com.vidispine.generated that return JobNotificationContentFilterModifier and TypeMethodDescriptionstatic JobNotificationContentFilterGets the enum associated to the value passed as parameter.static JobNotificationContentFilterReturns the enum constant of this class with the specified name.static JobNotificationContentFilter[]JobNotificationContentFilter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vidispine.generated that return types with arguments of type JobNotificationContentFilterModifier and TypeMethodDescriptionNotificationJobTriggerType.ContentFilters.getContentFilter()Gets the value of the contentFilter property.Methods in com.vidispine.generated with parameters of type JobNotificationContentFilterModifier and TypeMethodDescriptionNotificationJobTriggerType.ContentFilters.withContentFilter(JobNotificationContentFilter... values) Adds objects to the list of ContentFilter using add methodMethod parameters in com.vidispine.generated with type arguments of type JobNotificationContentFilterModifier and TypeMethodDescriptionNotificationJobTriggerType.ContentFilters.withContentFilter(Collection<JobNotificationContentFilter> values) Adds objects to the list of ContentFilter using addAll method