Uses of Class
com.vidispine.generated.FileSynchronizationRuleType
-
-
Uses of FileSynchronizationRuleType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type FileSynchronizationRuleType Modifier and Type Field Description protected List<FileSynchronizationRuleType>
FileSynchronizationRuleListType. rule
Methods in com.vidispine.generated that return FileSynchronizationRuleType Modifier and Type Method Description FileSynchronizationRuleType
ObjectFactory. createFileSynchronizationRuleType()
Create an instance ofFileSynchronizationRuleType
FileSynchronizationRuleType
FileSynchronizationRuleType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileSynchronizationRuleType
FileSynchronizationRuleType. withMethod(FileSynchronizationMethodType value)
FileSynchronizationRuleType
FileSynchronizationRuleType. withSchedule(FileSynchronizationScheduleType value)
FileSynchronizationRuleType
FileSynchronizationRuleType. withTag(String value)
Methods in com.vidispine.generated that return types with arguments of type FileSynchronizationRuleType Modifier and Type Method Description javax.xml.bind.JAXBElement<FileSynchronizationRuleType>
ObjectFactory. createFileSynchronizationRuleDocument(FileSynchronizationRuleType value)
List<FileSynchronizationRuleType>
FileSynchronizationRuleListType. getRule()
Gets the value of the rule property.Methods in com.vidispine.generated with parameters of type FileSynchronizationRuleType Modifier and Type Method Description javax.xml.bind.JAXBElement<FileSynchronizationRuleType>
ObjectFactory. createFileSynchronizationRuleDocument(FileSynchronizationRuleType value)
FileSynchronizationRuleListType
FileSynchronizationRuleListType. withRule(FileSynchronizationRuleType... values)
Method parameters in com.vidispine.generated with type arguments of type FileSynchronizationRuleType Modifier and Type Method Description FileSynchronizationRuleListType
FileSynchronizationRuleListType. withRule(Collection<FileSynchronizationRuleType> values)
-