Uses of Class
com.kaltura.client.types.CuePoint
-
Packages that use CuePoint Package Description com.kaltura.client.services com.kaltura.client.types -
-
Uses of CuePoint in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type CuePoint Modifier and Type Method Description static AnnotationService.AddAnnotationBuilderAnnotationService. add(CuePoint annotation)Allows you to add an annotation object associated with an entrystatic CuePointService.AddCuePointBuilderCuePointService. add(CuePoint cuePoint)Allows you to add an cue point object associated with an entrystatic AnnotationService.UpdateAnnotationBuilderAnnotationService. update(String id, CuePoint annotation)Update annotation by idstatic CuePointService.UpdateCuePointBuilderCuePointService. update(String id, CuePoint cuePoint)Update cue point by idConstructors in com.kaltura.client.services with parameters of type CuePoint Constructor Description AddAnnotationBuilder(CuePoint annotation)AddCuePointBuilder(CuePoint cuePoint)UpdateAnnotationBuilder(String id, CuePoint annotation)UpdateCuePointBuilder(String id, CuePoint cuePoint) -
Uses of CuePoint in com.kaltura.client.types
Subclasses of CuePoint in com.kaltura.client.types Modifier and Type Class Description classAdCuePointThis class was generated using generate.php against an XML schema provided by Kaltura.classAnnotationThis class was generated using generate.php against an XML schema provided by Kaltura.classAnswerCuePointThis class was generated using generate.php against an XML schema provided by Kaltura.classCodeCuePointThis class was generated using generate.php against an XML schema provided by Kaltura.classEventCuePointThis class was generated using generate.php against an XML schema provided by Kaltura.classQuestionCuePointThis class was generated using generate.php against an XML schema provided by Kaltura.classThumbCuePointThis class was generated using generate.php against an XML schema provided by Kaltura.Methods in com.kaltura.client.types that return types with arguments of type CuePoint Modifier and Type Method Description List<CuePoint>FreewheelGenericDistributionJobProviderData. getCuePoints()List<CuePoint>HuluDistributionJobProviderData. getCuePoints()Method parameters in com.kaltura.client.types with type arguments of type CuePoint Modifier and Type Method Description voidFreewheelGenericDistributionJobProviderData. setCuePoints(List<CuePoint> cuePoints)voidHuluDistributionJobProviderData. setCuePoints(List<CuePoint> cuePoints)
-