Uses of Class
com.vidispine.generated.XMPReadOperation
-
-
Uses of XMPReadOperation in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type XMPReadOperation Modifier and Type Field Description protected List<XMPReadOperation>
XMPJobType. read
Methods in com.vidispine.generated that return XMPReadOperation Modifier and Type Method Description XMPReadOperation
ObjectFactory. createXMPReadOperation()
Create an instance ofXMPReadOperation
XMPReadOperation
XMPReadOperation. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
XMPReadOperation
XMPReadOperation. withId(String value)
XMPReadOperation
XMPReadOperation. withSetting(KeyValuePairType... values)
XMPReadOperation
XMPReadOperation. withSetting(Collection<KeyValuePairType> values)
XMPReadOperation
XMPReadOperation. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type XMPReadOperation Modifier and Type Method Description List<XMPReadOperation>
XMPJobType. getRead()
Gets the value of the read property.Methods in com.vidispine.generated with parameters of type XMPReadOperation Modifier and Type Method Description XMPJobType
XMPJobType. withRead(XMPReadOperation... values)
Method parameters in com.vidispine.generated with type arguments of type XMPReadOperation Modifier and Type Method Description XMPJobType
XMPJobType. withRead(Collection<XMPReadOperation> values)
-