Uses of Class
com.vidispine.generated.HashResponse
-
-
Uses of HashResponse in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type HashResponse Modifier and Type Field Description protected List<HashResponse>
JobStatusType. hashResponse
Methods in com.vidispine.generated that return HashResponse Modifier and Type Method Description HashResponse
ObjectFactory. createHashResponse()
Create an instance ofHashResponse
HashResponse
HashResponse. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
HashResponse
HashResponse. withError(String value)
HashResponse
HashResponse. withFunction(String value)
HashResponse
HashResponse. withHash(String value)
HashResponse
HashResponse. withId(String value)
HashResponse
HashResponse. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type HashResponse Modifier and Type Method Description List<HashResponse>
JobStatusType. getHashResponse()
Gets the value of the hashResponse property.Methods in com.vidispine.generated with parameters of type HashResponse Modifier and Type Method Description JobStatusType
JobStatusType. withHashResponse(HashResponse... values)
Method parameters in com.vidispine.generated with type arguments of type HashResponse Modifier and Type Method Description JobStatusType
JobStatusType. withHashResponse(Collection<HashResponse> values)
-