list
public YouTube.VideoAbuseReportReasons.List list(java.lang.String part)
throws java.io.IOException
Returns a list of abuse reasons that can be used for reporting abusive videos.
Create a request for the method "videoAbuseReportReasons.list".
This request holds the parameters needed by the youtube server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
part - The part parameter specifies the videoCategory resource parts that the API response will include.
Supported values are id and snippet.
- Returns:
- the request
- Throws:
java.io.IOException