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)Retrieve a chapter Retrieve a chapter for by video id in a specific language.ChapterChaptersApi. upload(String videoId, String language, File file)Upload a chapter Upload a VTT file to add chapters to your video.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)Retrieve a chapter Retrieve a chapter for by video id in a specific language.ApiResponse<Chapter>ChaptersApi. uploadWithHttpInfo(String videoId, String language, File file)Upload a chapter Upload a VTT file to add chapters to your video.Method parameters in video.api.client.api.clients with type arguments of type Chapter Modifier and Type Method Description okhttp3.CallChaptersApi.APIlistRequest. executeAsync(ApiCallback<Page<Chapter>> _callback)Execute list request (asynchronously)okhttp3.CallChaptersApi. getAsync(String videoId, String language, ApiCallback<Chapter> _callback)Retrieve a chapter (asynchronously) Retrieve a chapter for by video id in a specific language.okhttp3.CallChaptersApi. uploadAsync(String videoId, String language, File file, ApiCallback<Chapter> _callback)Upload a chapter (asynchronously) Upload a VTT file to add chapters to your video. -
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)
-