Uses of Class
com.vidispine.generated.DurationResponse
-
-
Uses of DurationResponse in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type DurationResponse Modifier and Type Field Description protected List<DurationResponse>
JobStatusType. durationResponse
Methods in com.vidispine.generated that return DurationResponse Modifier and Type Method Description DurationResponse
ObjectFactory. createDurationResponse()
Create an instance ofDurationResponse
DurationResponse
DurationResponse. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
DurationResponse
DurationResponse. withDuration(DurationType value)
DurationResponse
DurationResponse. withId(String value)
DurationResponse
DurationResponse. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type DurationResponse Modifier and Type Method Description List<DurationResponse>
JobStatusType. getDurationResponse()
Gets the value of the durationResponse property.Methods in com.vidispine.generated with parameters of type DurationResponse Modifier and Type Method Description JobStatusType
JobStatusType. withDurationResponse(DurationResponse... values)
Method parameters in com.vidispine.generated with type arguments of type DurationResponse Modifier and Type Method Description JobStatusType
JobStatusType. withDurationResponse(Collection<DurationResponse> values)
-