Uses of Class
video.api.client.api.models.ChaptersListResponse
-
Packages that use ChaptersListResponse Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of ChaptersListResponse in video.api.client.api.clients
Methods in video.api.client.api.clients that return types with arguments of type ChaptersListResponse Modifier and Type Method Description ApiResponse<ChaptersListResponse>ChaptersApi.APIlistRequest. executeWithHttpInfo()Execute list request with HTTP info returned -
Uses of ChaptersListResponse in video.api.client.api.models
Methods in video.api.client.api.models that return ChaptersListResponse Modifier and Type Method Description ChaptersListResponseChaptersListResponse. addDataItem(Chapter dataItem)ChaptersListResponseChaptersListResponse. data(List<Chapter> data)ChaptersListResponseChaptersListResponse. pagination(Pagination pagination)
-