| Package | Description |
|---|---|
| com.google.api.services.blogger.model |
| Modifier and Type | Method and Description |
|---|---|
Post.Author |
Post.Author.clone() |
Post.Author |
Post.getAuthor()
The author of this Post.
|
Post.Author |
Post.Author.set(String fieldName,
Object value) |
Post.Author |
Post.Author.setDisplayName(String displayName)
The display name.
|
Post.Author |
Post.Author.setId(String id)
The identifier of the creator.
|
Post.Author |
Post.Author.setImage(Post.Author.Image image)
The creator's avatar.
|
Post.Author |
Post.Author.setUrl(String url)
The URL of the creator's Profile page.
|
| Modifier and Type | Method and Description |
|---|---|
Post |
Post.setAuthor(Post.Author author)
The author of this Post.
|
Copyright © 2011–2025 Google. All rights reserved.