Uses of Class
com.vidispine.generated.TransferResponse
-
-
Uses of TransferResponse in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type TransferResponse Modifier and Type Field Description protected List<TransferResponse>
JobStatusType. transferResponse
Methods in com.vidispine.generated that return TransferResponse Modifier and Type Method Description TransferResponse
ObjectFactory. createTransferResponse()
Create an instance ofTransferResponse
TransferResponse
TransferResponse. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TransferResponse
TransferResponse. withDestinationUri(String... values)
TransferResponse
TransferResponse. withDestinationUri(Collection<String> values)
TransferResponse
TransferResponse. withError(String value)
TransferResponse
TransferResponse. withId(String value)
TransferResponse
TransferResponse. withSourceUri(String... values)
TransferResponse
TransferResponse. withSourceUri(Collection<String> values)
Methods in com.vidispine.generated that return types with arguments of type TransferResponse Modifier and Type Method Description List<TransferResponse>
JobStatusType. getTransferResponse()
Gets the value of the transferResponse property.Methods in com.vidispine.generated with parameters of type TransferResponse Modifier and Type Method Description JobStatusType
JobStatusType. withTransferResponse(TransferResponse... values)
Method parameters in com.vidispine.generated with type arguments of type TransferResponse Modifier and Type Method Description JobStatusType
JobStatusType. withTransferResponse(Collection<TransferResponse> values)
-