Uses of Class
com.vidispine.generated.HashComputeOperation
-
-
Uses of HashComputeOperation in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type HashComputeOperation Modifier and Type Field Description protected List<HashComputeOperation>
HashJobType. compute
Methods in com.vidispine.generated that return HashComputeOperation Modifier and Type Method Description HashComputeOperation
ObjectFactory. createHashComputeOperation()
Create an instance ofHashComputeOperation
HashComputeOperation
HashComputeOperation. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
HashComputeOperation
HashComputeOperation. withFunction(String value)
HashComputeOperation
HashComputeOperation. withId(String value)
HashComputeOperation
HashComputeOperation. withSetting(KeyValuePairType... values)
HashComputeOperation
HashComputeOperation. withSetting(Collection<KeyValuePairType> values)
HashComputeOperation
HashComputeOperation. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type HashComputeOperation Modifier and Type Method Description List<HashComputeOperation>
HashJobType. getCompute()
Gets the value of the compute property.Methods in com.vidispine.generated with parameters of type HashComputeOperation Modifier and Type Method Description HashJobType
HashJobType. withCompute(HashComputeOperation... values)
Method parameters in com.vidispine.generated with type arguments of type HashComputeOperation Modifier and Type Method Description HashJobType
HashJobType. withCompute(Collection<HashComputeOperation> values)
-