public static final class GetAuditHistoryRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetAuditHistoryRequest |
build() |
GetAuditHistoryRequest.Builder |
pageNo(Long pageNo)
The number of the page to return.
|
GetAuditHistoryRequest.Builder |
pageSize(Long pageSize)
The number of entries to return on each page.
|
GetAuditHistoryRequest.Builder |
sortBy(String sortBy)
The sorting rule of the results.
|
GetAuditHistoryRequest.Builder |
videoId(String videoId)
The ID of the video.
|
public GetAuditHistoryRequest.Builder pageNo(Long pageNo)
public GetAuditHistoryRequest.Builder pageSize(Long pageSize)
public GetAuditHistoryRequest.Builder sortBy(String sortBy)
* **CreationTime:Desc**: sorts the results based on the creation time in descending order. This is the default value. * **CreationTime:Asc**: sorts the results based on the creation time in ascending order.
public GetAuditHistoryRequest.Builder videoId(String videoId)
public GetAuditHistoryRequest build()
Copyright © 2024. All rights reserved.