Uses of Class
video.api.client.api.models.Chapter
-
Packages that use Chapter Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of Chapter in video.api.client.api.clients
Methods in video.api.client.api.clients that return Chapter Modifier and Type Method Description ChapterChaptersApi. get(String videoId, String language)Show a chapterChapterChaptersApi. upload(String videoId, String language, File file)Upload a chapter Chapters help break the video into sections.Methods in video.api.client.api.clients that return types with arguments of type Chapter Modifier and Type Method Description Page<Chapter>ChaptersApi.APIlistRequest. execute()Execute list requestApiResponse<Chapter>ChaptersApi. getWithHttpInfo(String videoId, String language)Show a chapterApiResponse<Chapter>ChaptersApi. uploadWithHttpInfo(String videoId, String language, File file)Upload a chapter Chapters help break the video into sections. -
Uses of Chapter in video.api.client.api.models
Methods in video.api.client.api.models that return Chapter Modifier and Type Method Description ChapterChapter. language(String language)ChapterChapter. src(String src)ChapterChapter. uri(String uri)Methods in video.api.client.api.models that return types with arguments of type Chapter Modifier and Type Method Description List<Chapter>ChaptersListResponse. getData()Get dataMethods in video.api.client.api.models with parameters of type Chapter Modifier and Type Method Description ChaptersListResponseChaptersListResponse. addDataItem(Chapter dataItem)Method parameters in video.api.client.api.models with type arguments of type Chapter Modifier and Type Method Description ChaptersListResponseChaptersListResponse. data(List<Chapter> data)voidChaptersListResponse. setData(List<Chapter> data)
-