Uses of Class
video.api.client.api.models.VideoCreationPayload
-
Packages that use VideoCreationPayload Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of VideoCreationPayload in video.api.client.api.clients
Methods in video.api.client.api.clients with parameters of type VideoCreationPayload Modifier and Type Method Description VideoVideosApi. create(VideoCreationPayload videoCreationPayload)Create a video object Creates a video object.okhttp3.CallVideosApi. createAsync(VideoCreationPayload videoCreationPayload, ApiCallback<Video> _callback)Create a video object (asynchronously) Creates a video object.ApiResponse<Video>VideosApi. createWithHttpInfo(VideoCreationPayload videoCreationPayload)Create a video object Creates a video object. -
Uses of VideoCreationPayload in video.api.client.api.models
-