list
public YouTube.SuperChatEvents.List list(List<String> part)
throws IOException
Retrieves a list of resources, possibly filtered.
Create a request for the method "superChatEvents.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 superChatEvent resource parts that the API response will include.
This parameter is currently not supported.
- Returns:
- the request
- Throws:
IOException