public static final class DeleteVideoResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DeleteVideoResponseBody |
build() |
DeleteVideoResponseBody.Builder |
forbiddenVideoIds(List<String> forbiddenVideoIds)
The IDs of the videos that cannot be deleted.
|
DeleteVideoResponseBody.Builder |
nonExistVideoIds(List<String> nonExistVideoIds)
The IDs of the videos that do not exist.
|
DeleteVideoResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
public DeleteVideoResponseBody.Builder forbiddenVideoIds(List<String> forbiddenVideoIds)
> Generally, videos cannot be deleted if you do not have the required [permissions](~~113600~~).
public DeleteVideoResponseBody.Builder nonExistVideoIds(List<String> nonExistVideoIds)
> If the list of videos to be deleted contains one or more videos that do not exist, the IDs of these non-existing videos are returned. If none of the videos in the list exists, a 404 error is returned.
public DeleteVideoResponseBody.Builder requestId(String requestId)
public DeleteVideoResponseBody build()
Copyright © 2024. All rights reserved.