Modifier and Type | Class and Description |
---|---|
class |
Blogger.Blogs.Get |
class |
Blogger.Blogs.List |
Constructor and Description |
---|
Blogs() |
Modifier and Type | Method and Description |
---|---|
Blogger.Blogs.Get |
get(String blogId)
Gets a blog by id.
|
Blogger.Blogs.List |
list(String userId)
Lists blogs by user id, possibly filtered.
|
public Blogger.Blogs.Get get(String blogId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.blogId
- IOException
public Blogger.Blogs.List list(String userId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- IOException
Copyright © 2011–2022 Google. All rights reserved.