public final class PostPerUserInfo
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Blogger API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PostPerUserInfo() |
| Modifier and Type | Method and Description |
|---|---|
PostPerUserInfo |
clone() |
String |
getBlogId()
ID of the Blog that the post resource belongs to.
|
Boolean |
getHasEditAccess()
True if the user has Author level access to the post.
|
String |
getKind()
The kind of this entity.
|
String |
getPostId()
ID of the Post resource.
|
String |
getUserId()
ID of the User.
|
PostPerUserInfo |
set(String fieldName,
Object value) |
PostPerUserInfo |
setBlogId(String blogId)
ID of the Blog that the post resource belongs to.
|
PostPerUserInfo |
setHasEditAccess(Boolean hasEditAccess)
True if the user has Author level access to the post.
|
PostPerUserInfo |
setKind(String kind)
The kind of this entity.
|
PostPerUserInfo |
setPostId(String postId)
ID of the Post resource.
|
PostPerUserInfo |
setUserId(String userId)
ID of the User.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getBlogId()
null for nonepublic PostPerUserInfo setBlogId(String blogId)
blogId - blogId or null for nonepublic Boolean getHasEditAccess()
null for nonepublic PostPerUserInfo setHasEditAccess(Boolean hasEditAccess)
hasEditAccess - hasEditAccess or null for nonepublic String getKind()
null for nonepublic PostPerUserInfo setKind(String kind)
kind - kind or null for nonepublic String getPostId()
null for nonepublic PostPerUserInfo setPostId(String postId)
postId - postId or null for nonepublic String getUserId()
null for nonepublic PostPerUserInfo setUserId(String userId)
userId - userId or null for nonepublic PostPerUserInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PostPerUserInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.