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