Uses of Class
com.vidispine.generated.TransferOperation
-
-
Uses of TransferOperation in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type TransferOperation Modifier and Type Field Description protected List<TransferOperation>
TransferJobType. transfer
Methods in com.vidispine.generated that return TransferOperation Modifier and Type Method Description TransferOperation
ObjectFactory. createTransferOperation()
Create an instance ofTransferOperation
TransferOperation
TransferOperation. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TransferOperation
TransferOperation. withDestinationUri(String... values)
TransferOperation
TransferOperation. withDestinationUri(Collection<String> values)
TransferOperation
TransferOperation. withId(String value)
TransferOperation
TransferOperation. withSetting(KeyValuePairType... values)
TransferOperation
TransferOperation. withSetting(Collection<KeyValuePairType> values)
TransferOperation
TransferOperation. withSourceUri(String... values)
TransferOperation
TransferOperation. withSourceUri(Collection<String> values)
Methods in com.vidispine.generated that return types with arguments of type TransferOperation Modifier and Type Method Description List<TransferOperation>
TransferJobType. getTransfer()
Gets the value of the transfer property.Methods in com.vidispine.generated with parameters of type TransferOperation Modifier and Type Method Description TransferJobType
TransferJobType. withTransfer(TransferOperation... values)
Method parameters in com.vidispine.generated with type arguments of type TransferOperation Modifier and Type Method Description TransferJobType
TransferJobType. withTransfer(Collection<TransferOperation> values)
-