Uses of Class
com.vidispine.generated.FileImportDefType
-
-
Uses of FileImportDefType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type FileImportDefType Modifier and Type Field Description protected List<FileImportDefType>
StorageImportType. file
Methods in com.vidispine.generated that return FileImportDefType Modifier and Type Method Description FileImportDefType
ObjectFactory. createFileImportDefType()
Create an instance ofFileImportDefType
FileImportDefType
FileImportDefType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileImportDefType
FileImportDefType. withComponent(String... values)
FileImportDefType
FileImportDefType. withComponent(Collection<String> values)
FileImportDefType
FileImportDefType. withFileId(String value)
FileImportDefType
FileImportDefType. withPath(String value)
FileImportDefType
FileImportDefType. withSize(long value)
Methods in com.vidispine.generated that return types with arguments of type FileImportDefType Modifier and Type Method Description List<FileImportDefType>
StorageImportType. getFile()
Gets the value of the file property.Methods in com.vidispine.generated with parameters of type FileImportDefType Modifier and Type Method Description StorageImportType
StorageImportType. withFile(FileImportDefType... values)
Method parameters in com.vidispine.generated with type arguments of type FileImportDefType Modifier and Type Method Description StorageImportType
StorageImportType. withFile(Collection<FileImportDefType> values)
-