Uses of Class
com.vidispine.generated.ExportRequestType.Item
-
-
Uses of ExportRequestType.Item in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ExportRequestType.Item Modifier and Type Field Description protected List<ExportRequestType.Item>
ExportRequestType. item
Methods in com.vidispine.generated that return ExportRequestType.Item Modifier and Type Method Description ExportRequestType.Item
ObjectFactory. createExportRequestTypeItem()
Create an instance ofExportRequestType.Item
ExportRequestType.Item
ExportRequestType.Item. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExportRequestType.Item
ExportRequestType.Item. withId(String value)
ExportRequestType.Item
ExportRequestType.Item. withPath(String value)
Methods in com.vidispine.generated that return types with arguments of type ExportRequestType.Item Modifier and Type Method Description List<ExportRequestType.Item>
ExportRequestType. getItem()
Gets the value of the item property.Methods in com.vidispine.generated with parameters of type ExportRequestType.Item Modifier and Type Method Description ExportRequestType
ExportRequestType. withItem(ExportRequestType.Item... values)
Method parameters in com.vidispine.generated with type arguments of type ExportRequestType.Item Modifier and Type Method Description ExportRequestType
ExportRequestType. withItem(Collection<ExportRequestType.Item> values)
-