| Modifier and Type | Class and Description |
|---|---|
class |
Blogger.Blogs.Get |
class |
Blogger.Blogs.GetByUrl |
class |
Blogger.Blogs.ListByUser |
| Constructor and Description |
|---|
Blogs() |
| Modifier and Type | Method and Description |
|---|---|
Blogger.Blogs.Get |
get(String blogId)
Gets a blog by id.
|
Blogger.Blogs.GetByUrl |
getByUrl(String url)
Gets a blog by url.
|
Blogger.Blogs.ListByUser |
listByUser(String userId)
Lists blogs by user.
|
public Blogger.Blogs.Get get(String blogId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.blogId - IOExceptionpublic Blogger.Blogs.GetByUrl getByUrl(String url) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.url - IOExceptionpublic Blogger.Blogs.ListByUser listByUser(String userId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.userId - IOExceptionCopyright © 2011–2025 Google. All rights reserved.