Modifier and Type | Class and Description |
---|---|
class |
Blogger.Posts.Get |
class |
Blogger.Posts.List |
Constructor and Description |
---|
Posts() |
Modifier and Type | Method and Description |
---|---|
Blogger.Posts.Get |
get(String blogId,
String postId)
Gets a post by blog id and post id
Create a request for the method "posts.get".
|
Blogger.Posts.List |
list(String blogId)
Lists posts.
|
public Blogger.Posts.Get get(String blogId, String postId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.blogId
- postId
- IOException
public Blogger.Posts.List list(String blogId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.blogId
- IOException
Copyright © 2011–2022 Google. All rights reserved.