public class YouTube.Members.List extends YouTubeRequest<MemberListResponse>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
List(List<String> part)
Retrieves a list of members that match the request criteria for a channel.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getFilterByMemberChannelId()
Comma separated list of channel IDs.
|
String |
getHasAccessToLevel()
Filter members in the results set to the ones that have access to a level.
|
Long |
getMaxResults()
The *maxResults* parameter specifies the maximum number of items that should be returned in the
result set.
|
String |
getMode()
Parameter that specifies which channel members to return.
|
String |
getPageToken()
The *pageToken* parameter identifies a specific page in the result set that should be returned.
|
List<String> |
getPart()
The *part* parameter specifies the member resource parts that the API response will include.
|
YouTube.Members.List |
set(String parameterName,
Object value) |
YouTube.Members.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
YouTube.Members.List |
setAccessToken(String accessToken)
OAuth access token.
|
YouTube.Members.List |
setAlt(String alt)
Data format for response.
|
YouTube.Members.List |
setCallback(String callback)
JSONP
|
YouTube.Members.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
YouTube.Members.List |
setFilterByMemberChannelId(String filterByMemberChannelId)
Comma separated list of channel IDs.
|
YouTube.Members.List |
setHasAccessToLevel(String hasAccessToLevel)
Filter members in the results set to the ones that have access to a level.
|
YouTube.Members.List |
setKey(String key)
API key.
|
YouTube.Members.List |
setMaxResults(Long maxResults)
The *maxResults* parameter specifies the maximum number of items that should be returned in
the result set.
|
YouTube.Members.List |
setMode(String mode)
Parameter that specifies which channel members to return.
|
YouTube.Members.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
YouTube.Members.List |
setPageToken(String pageToken)
The *pageToken* parameter identifies a specific page in the result set that should be
returned.
|
YouTube.Members.List |
setPart(List<String> part)
The *part* parameter specifies the member resource parts that the API response will
include.
|
YouTube.Members.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
YouTube.Members.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
YouTube.Members.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
YouTube.Members.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected List(List<String> part)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation. YouTube.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be
called to initialize this instance immediately after invoking the constructor.
part
- The *part* parameter specifies the member resource parts that the API response will include. Set the
parameter value to snippet.public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<MemberListResponse>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<MemberListResponse>
IOException
public YouTube.Members.List set$Xgafv(String $Xgafv)
YouTubeRequest
set$Xgafv
in class YouTubeRequest<MemberListResponse>
public YouTube.Members.List setAccessToken(String accessToken)
YouTubeRequest
setAccessToken
in class YouTubeRequest<MemberListResponse>
public YouTube.Members.List setAlt(String alt)
YouTubeRequest
setAlt
in class YouTubeRequest<MemberListResponse>
public YouTube.Members.List setCallback(String callback)
YouTubeRequest
setCallback
in class YouTubeRequest<MemberListResponse>
public YouTube.Members.List setFields(String fields)
YouTubeRequest
setFields
in class YouTubeRequest<MemberListResponse>
public YouTube.Members.List setKey(String key)
YouTubeRequest
setKey
in class YouTubeRequest<MemberListResponse>
public YouTube.Members.List setOauthToken(String oauthToken)
YouTubeRequest
setOauthToken
in class YouTubeRequest<MemberListResponse>
public YouTube.Members.List setPrettyPrint(Boolean prettyPrint)
YouTubeRequest
setPrettyPrint
in class YouTubeRequest<MemberListResponse>
public YouTube.Members.List setQuotaUser(String quotaUser)
YouTubeRequest
setQuotaUser
in class YouTubeRequest<MemberListResponse>
public YouTube.Members.List setUploadType(String uploadType)
YouTubeRequest
setUploadType
in class YouTubeRequest<MemberListResponse>
public YouTube.Members.List setUploadProtocol(String uploadProtocol)
YouTubeRequest
setUploadProtocol
in class YouTubeRequest<MemberListResponse>
public List<String> getPart()
public YouTube.Members.List setPart(List<String> part)
public String getFilterByMemberChannelId()
public YouTube.Members.List setFilterByMemberChannelId(String filterByMemberChannelId)
public String getHasAccessToLevel()
public YouTube.Members.List setHasAccessToLevel(String hasAccessToLevel)
public Long getMaxResults()
public YouTube.Members.List setMaxResults(Long maxResults)
public String getMode()
public YouTube.Members.List setMode(String mode)
public String getPageToken()
public YouTube.Members.List setPageToken(String pageToken)
public YouTube.Members.List set(String parameterName, Object value)
set
in class YouTubeRequest<MemberListResponse>
Copyright © 2011–2020 Google. All rights reserved.