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