Uses of Class
com.vidispine.generated.TransferOperation
-
Uses of TransferOperation in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type TransferOperationMethods in com.vidispine.generated that return TransferOperationModifier and TypeMethodDescriptionObjectFactory.createTransferOperation()
Create an instance ofTransferOperation
TransferOperation.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) TransferOperation.withDestinationUri
(String... values) Adds objects to the list of DestinationUri using add methodTransferOperation.withDestinationUri
(Collection<String> values) Adds objects to the list of DestinationUri using addAll methodSets the value of the id property.TransferOperation.withSetting
(KeyValuePairType... values) Adds objects to the list of Setting using add methodTransferOperation.withSetting
(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodTransferOperation.withSourceUri
(String... values) Adds objects to the list of SourceUri using add methodTransferOperation.withSourceUri
(Collection<String> values) Adds objects to the list of SourceUri using addAll methodMethods in com.vidispine.generated that return types with arguments of type TransferOperationModifier and TypeMethodDescriptionTransferJobType.getTransfer()
Gets the value of the transfer property.Methods in com.vidispine.generated with parameters of type TransferOperationModifier and TypeMethodDescriptionTransferJobType.withTransfer
(TransferOperation... values) Adds objects to the list of Transfer using add methodMethod parameters in com.vidispine.generated with type arguments of type TransferOperationModifier and TypeMethodDescriptionTransferJobType.withTransfer
(Collection<TransferOperation> values) Adds objects to the list of Transfer using addAll method