public final class BlogPerUserInfo
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 |
|---|
BlogPerUserInfo() |
| Modifier and Type | Method and Description |
|---|---|
BlogPerUserInfo |
clone() |
String |
getBlogId()
ID of the Blog resource.
|
Boolean |
getHasAdminAccess()
True if the user has Admin level access to the blog.
|
String |
getKind()
The kind of this entity.
|
String |
getPhotosAlbumKey()
The Photo Album Key for the user when adding photos to the blog.
|
String |
getRole()
Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).
|
String |
getUserId()
ID of the User.
|
BlogPerUserInfo |
set(String fieldName,
Object value) |
BlogPerUserInfo |
setBlogId(String blogId)
ID of the Blog resource.
|
BlogPerUserInfo |
setHasAdminAccess(Boolean hasAdminAccess)
True if the user has Admin level access to the blog.
|
BlogPerUserInfo |
setKind(String kind)
The kind of this entity.
|
BlogPerUserInfo |
setPhotosAlbumKey(String photosAlbumKey)
The Photo Album Key for the user when adding photos to the blog.
|
BlogPerUserInfo |
setRole(String role)
Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).
|
BlogPerUserInfo |
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 BlogPerUserInfo setBlogId(String blogId)
blogId - blogId or null for nonepublic Boolean getHasAdminAccess()
null for nonepublic BlogPerUserInfo setHasAdminAccess(Boolean hasAdminAccess)
hasAdminAccess - hasAdminAccess or null for nonepublic String getKind()
null for nonepublic BlogPerUserInfo setKind(String kind)
kind - kind or null for nonepublic String getPhotosAlbumKey()
null for nonepublic BlogPerUserInfo setPhotosAlbumKey(String photosAlbumKey)
photosAlbumKey - photosAlbumKey or null for nonepublic String getRole()
null for nonepublic BlogPerUserInfo setRole(String role)
role - role or null for nonepublic String getUserId()
null for nonepublic BlogPerUserInfo setUserId(String userId)
userId - userId or null for nonepublic BlogPerUserInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic BlogPerUserInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.