list
public YouTube.Members.List list(java.lang.String part)
throws java.io.IOException
Lists members 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:
java.io.IOException