list
public YouTube.Members.List list(List<String> part)
throws IOException
Retrieves a list of members that match the request criteria for a channel.
Create a request for the method "members.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 member resource parts that the API response will include. Set the
parameter value to snippet.
- Returns:
- the request
- Throws:
IOException