list
public YouTube.MembershipsLevels.List list(List<String> part)
throws IOException
Retrieves a list of all pricing levels offered by a creator to the fans.
Create a request for the method "membershipsLevels.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 membershipsLevel resource parts that the API response will
include. Supported values are id and snippet.
- Returns:
- the request
- Throws:
IOException