| Modifier and Type | Class and Description |
|---|---|
class |
Blogger.PostUserInfos.Get |
class |
Blogger.PostUserInfos.List |
| Constructor and Description |
|---|
PostUserInfos() |
| Modifier and Type | Method and Description |
|---|---|
Blogger.PostUserInfos.Get |
get(String userId,
String blogId,
String postId)
Gets one post and user info pair, by post_id and user_id.
|
Blogger.PostUserInfos.List |
list(String userId,
String blogId)
Lists post and user info pairs.
|
public Blogger.PostUserInfos.Get get(String userId, String blogId, String postId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - blogId - postId - IOExceptionpublic Blogger.PostUserInfos.List list(String userId, String blogId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - blogId - IOExceptionCopyright © 2011–2025 Google. All rights reserved.