public class InputContentItemVideo extends InputContentItem
| Modifier and Type | Class and Description |
|---|---|
static class |
InputContentItemVideo.Builder |
| Constructor and Description |
|---|
InputContentItemVideo() |
| Modifier and Type | Method and Description |
|---|---|
static InputContentItemVideo.Builder |
builder() |
String |
getFileId() |
Float |
getFps() |
String |
getVideoUrl() |
void |
setFileId(String fileId) |
void |
setFps(Float fps) |
void |
setVideoUrl(String videoUrl) |
String |
toString() |
getType, setTypepublic String getVideoUrl()
public void setVideoUrl(String videoUrl)
public String getFileId()
public void setFileId(String fileId)
public Float getFps()
public void setFps(Float fps)
public static InputContentItemVideo.Builder builder()
Copyright © 2025. All rights reserved.