Uses of Class
com.vidispine.generated.ExportRequestType
-
-
Uses of ExportRequestType in com.vidispine.generated
Methods in com.vidispine.generated that return ExportRequestType Modifier and Type Method Description ExportRequestType
ObjectFactory. createExportRequestType()
Create an instance ofExportRequestType
ExportRequestType
ExportRequestType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExportRequestType
ExportRequestType. withContent(String... values)
ExportRequestType
ExportRequestType. withContent(Collection<String> values)
ExportRequestType
ExportRequestType. withFormat(String value)
ExportRequestType
ExportRequestType. withItem(ExportRequestType.Item... values)
ExportRequestType
ExportRequestType. withItem(Collection<ExportRequestType.Item> values)
ExportRequestType
ExportRequestType. withSequence(SequenceType value)
ExportRequestType
ExportRequestType. withStorage(ExportRequestType.Storage... values)
ExportRequestType
ExportRequestType. withStorage(Collection<ExportRequestType.Storage> values)
ExportRequestType
ExportRequestType. withTag(String value)
Methods in com.vidispine.generated that return types with arguments of type ExportRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<ExportRequestType>
ObjectFactory. createExportRequestDocument(ExportRequestType value)
Methods in com.vidispine.generated with parameters of type ExportRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<ExportRequestType>
ObjectFactory. createExportRequestDocument(ExportRequestType value)
-