public static final class GetEditingProjectMaterialsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetEditingProjectMaterialsRequest |
build() |
GetEditingProjectMaterialsRequest.Builder |
materialType(String materialType)
The type of the material.
|
GetEditingProjectMaterialsRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
GetEditingProjectMaterialsRequest.Builder |
ownerId(String ownerId)
OwnerId.
|
GetEditingProjectMaterialsRequest.Builder |
projectId(String projectId)
The ID of the online editing project.
|
GetEditingProjectMaterialsRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
GetEditingProjectMaterialsRequest.Builder |
resourceOwnerId(String resourceOwnerId)
ResourceOwnerId.
|
GetEditingProjectMaterialsRequest.Builder |
type(String type)
The type of the material.
|
public GetEditingProjectMaterialsRequest.Builder materialType(String materialType)
* **video** * **audio** * **image**
public GetEditingProjectMaterialsRequest.Builder ownerAccount(String ownerAccount)
public GetEditingProjectMaterialsRequest.Builder ownerId(String ownerId)
public GetEditingProjectMaterialsRequest.Builder projectId(String projectId)
* Log on to the [ApsaraVideo VOD console](https://vod.console.aliyun.com). In the left-side navigation pane, choose **Production Center** > **Video Editing** to obtain the ID of the specified online editing project. * Call the **AddEditingProject** operation. The value of the response parameter ProjectId is the ID of the specified online editing project.
public GetEditingProjectMaterialsRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public GetEditingProjectMaterialsRequest.Builder resourceOwnerId(String resourceOwnerId)
public GetEditingProjectMaterialsRequest.Builder type(String type)
* **video** * **audio**
public GetEditingProjectMaterialsRequest build()
Copyright © 2024. All rights reserved.