Uses of Class
com.vidispine.generated.ThumbnailInfoType
-
-
Uses of ThumbnailInfoType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ThumbnailInfoType Modifier and Type Field Description protected List<ThumbnailInfoType>
JobStatusType. thumbnail
Methods in com.vidispine.generated that return ThumbnailInfoType Modifier and Type Method Description ThumbnailInfoType
ObjectFactory. createThumbnailInfoType()
Create an instance ofThumbnailInfoType
ThumbnailInfoType
ThumbnailInfoType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ThumbnailInfoType
ThumbnailInfoType. withTimeCode(TimeCodeType value)
ThumbnailInfoType
ThumbnailInfoType. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type ThumbnailInfoType Modifier and Type Method Description List<ThumbnailInfoType>
JobStatusType. getThumbnail()
Gets the value of the thumbnail property.Methods in com.vidispine.generated with parameters of type ThumbnailInfoType Modifier and Type Method Description JobStatusType
JobStatusType. withThumbnail(ThumbnailInfoType... values)
Method parameters in com.vidispine.generated with type arguments of type ThumbnailInfoType Modifier and Type Method Description JobStatusType
JobStatusType. withThumbnail(Collection<ThumbnailInfoType> values)
-