Uses of Class
com.vidispine.generated.ShapeDeductionResponse
-
-
Uses of ShapeDeductionResponse in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ShapeDeductionResponse Modifier and Type Field Description protected List<ShapeDeductionResponse>
JobStatusType. shapeDeductionResponse
Methods in com.vidispine.generated that return ShapeDeductionResponse Modifier and Type Method Description ShapeDeductionResponse
ObjectFactory. createShapeDeductionResponse()
Create an instance ofShapeDeductionResponse
ShapeDeductionResponse
ShapeDeductionResponse. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ShapeDeductionResponse
ShapeDeductionResponse. withId(String value)
ShapeDeductionResponse
ShapeDeductionResponse. withRange(SequenceRangeType... values)
ShapeDeductionResponse
ShapeDeductionResponse. withRange(Collection<SequenceRangeType> values)
ShapeDeductionResponse
ShapeDeductionResponse. withShape(ShapeType value)
ShapeDeductionResponse
ShapeDeductionResponse. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type ShapeDeductionResponse Modifier and Type Method Description List<ShapeDeductionResponse>
JobStatusType. getShapeDeductionResponse()
Gets the value of the shapeDeductionResponse property.Methods in com.vidispine.generated with parameters of type ShapeDeductionResponse Modifier and Type Method Description JobStatusType
JobStatusType. withShapeDeductionResponse(ShapeDeductionResponse... values)
Method parameters in com.vidispine.generated with type arguments of type ShapeDeductionResponse Modifier and Type Method Description JobStatusType
JobStatusType. withShapeDeductionResponse(Collection<ShapeDeductionResponse> values)
-