public class Blogger.Comments.Get extends BloggerRequest<Comment>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String blogId,
String postId,
String commentId)
Gets a comment by id.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getBlogId() |
String |
getCommentId() |
String |
getPostId() |
String |
getView() |
Blogger.Comments.Get |
set(String parameterName,
Object value) |
Blogger.Comments.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
Blogger.Comments.Get |
setAccessToken(String accessToken)
OAuth access token.
|
Blogger.Comments.Get |
setAlt(String alt)
Data format for response.
|
Blogger.Comments.Get |
setBlogId(String blogId) |
Blogger.Comments.Get |
setCallback(String callback)
JSONP
|
Blogger.Comments.Get |
setCommentId(String commentId) |
Blogger.Comments.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Blogger.Comments.Get |
setKey(String key)
API key.
|
Blogger.Comments.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Blogger.Comments.Get |
setPostId(String postId) |
Blogger.Comments.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Blogger.Comments.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Blogger.Comments.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Blogger.Comments.Get |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
Blogger.Comments.Get |
setView(String view) |
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Get(String blogId, String postId, String commentId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Blogger.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
blogId - postId - commentId - public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Comment>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Comment>IOExceptionpublic Blogger.Comments.Get set$Xgafv(String $Xgafv)
BloggerRequestset$Xgafv in class BloggerRequest<Comment>public Blogger.Comments.Get setAccessToken(String accessToken)
BloggerRequestsetAccessToken in class BloggerRequest<Comment>public Blogger.Comments.Get setAlt(String alt)
BloggerRequestsetAlt in class BloggerRequest<Comment>public Blogger.Comments.Get setCallback(String callback)
BloggerRequestsetCallback in class BloggerRequest<Comment>public Blogger.Comments.Get setFields(String fields)
BloggerRequestsetFields in class BloggerRequest<Comment>public Blogger.Comments.Get setKey(String key)
BloggerRequestsetKey in class BloggerRequest<Comment>public Blogger.Comments.Get setOauthToken(String oauthToken)
BloggerRequestsetOauthToken in class BloggerRequest<Comment>public Blogger.Comments.Get setPrettyPrint(Boolean prettyPrint)
BloggerRequestsetPrettyPrint in class BloggerRequest<Comment>public Blogger.Comments.Get setQuotaUser(String quotaUser)
BloggerRequestsetQuotaUser in class BloggerRequest<Comment>public Blogger.Comments.Get setUploadType(String uploadType)
BloggerRequestsetUploadType in class BloggerRequest<Comment>public Blogger.Comments.Get setUploadProtocol(String uploadProtocol)
BloggerRequestsetUploadProtocol in class BloggerRequest<Comment>public String getBlogId()
public Blogger.Comments.Get setBlogId(String blogId)
public String getPostId()
public Blogger.Comments.Get setPostId(String postId)
public String getCommentId()
public Blogger.Comments.Get setCommentId(String commentId)
public String getView()
public Blogger.Comments.Get setView(String view)
public Blogger.Comments.Get set(String parameterName, Object value)
set in class BloggerRequest<Comment>Copyright © 2011–2025 Google. All rights reserved.