Uses of Class
video.api.client.api.models.Watermark
-
Packages that use Watermark Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of Watermark in video.api.client.api.clients
Methods in video.api.client.api.clients that return Watermark Modifier and Type Method Description WatermarkWatermarksApi. upload(File file)Upload a watermark Create a new watermark by uploading a .jpg or a .png image.Methods in video.api.client.api.clients that return types with arguments of type Watermark Modifier and Type Method Description Page<Watermark>WatermarksApi.APIlistRequest. execute()Execute list requestApiResponse<Watermark>WatermarksApi. uploadWithHttpInfo(File file)Upload a watermark Create a new watermark by uploading a .jpg or a .png image. -
Uses of Watermark in video.api.client.api.models
Methods in video.api.client.api.models that return Watermark Modifier and Type Method Description WatermarkWatermark. createdAt(OffsetDateTime createdAt)WatermarkWatermark. watermarkId(String watermarkId)Methods in video.api.client.api.models that return types with arguments of type Watermark Modifier and Type Method Description List<Watermark>WatermarksListResponse. getData()Get dataMethods in video.api.client.api.models with parameters of type Watermark Modifier and Type Method Description WatermarksListResponseWatermarksListResponse. addDataItem(Watermark dataItem)Method parameters in video.api.client.api.models with type arguments of type Watermark Modifier and Type Method Description WatermarksListResponseWatermarksListResponse. data(List<Watermark> data)voidWatermarksListResponse. setData(List<Watermark> data)
-