| Interface | Description |
|---|---|
| Blog |
Represents a blog, which has collections of entries and resources.
|
| Blog.Collection |
Represents an entry or resource collection on a blog server.
|
| BlogConnection |
A BlogConnection is a single-user connection to a blog server where the user has access to
multiple blogs, which are each represented by a Blog interface.
|
| BlogEntry |
Represents a single blog entry.
|
| BlogResource |
Represents a file that has been uploaded to a blog.
|
| Class | Description |
|---|---|
| BaseBlogEntry |
Base implementation of a blog entry.
|
| BlogConnectionFactory |
Entry point to the Blogapps blog client library.
|
| BlogEntry.Category |
Represents a weblog category
|
| BlogEntry.Content |
Represents blog entry content
|
| BlogEntry.Person |
Represents a blog author or contributor
|
| Exception | Description |
|---|---|
| BlogClientException |
Represents a Blog Client exception, the library throws these instead of implementation specific
exceptions.
|
Copyright © 2016. All rights reserved.