FDWItem Class Reference
Inherits from | NSObject |
Declared in | FDWItem.h |
Tasks
Properties
-
feedItemID
The item’s feed item ID
property -
publishedAt
The date the item was published at
property -
createdAt
The date the item was created in FeedWrangler at
property -
versionKey
Represents a particular version of a feed item, it will change if the contents of the item change. Similar to a hash key
property -
updatedAt
The date the item was last updated
property -
url
The item’s URL
property -
title
The item’s title
property -
starred
Whether the item is starred or not (@BOOL) Setting the property to a different value will trigger a request to update the value on the server
property -
read
Whether the item is read or not (@BOOL) Setting the property to a different value will trigger a request to update the value on the server
property -
readLater
Whether the item has been sent to the user’s read later service or not (@BOOL) Setting the property to a different value will trigger a request to update the value on the server
property -
body
The body of the item, as an HTML string
property -
author
The item’s author
property -
feedID
The ID of the item’s parent feed
property -
feedName
The name of the item’s parent feed
property
Initialization
-
+ feedItemWithDictionary:
Creates an FDWItem object from the JSON representation that the API returns
Properties
body
The body of the item, as an HTML string
@property (strong) NSString *body
Declared In
FDWItem.h
createdAt
The date the item was created in FeedWrangler at
@property (strong) NSDate *createdAt
Declared In
FDWItem.h
feedName
The name of the item’s parent feed
@property (strong) NSString *feedName
Declared In
FDWItem.h
publishedAt
The date the item was published at
@property (strong) NSDate *publishedAt
Declared In
FDWItem.h
read
Whether the item is read or not (@BOOL) Setting the property to a different value will trigger a request to update the value on the server
@property (nonatomic, strong) NSNumber *read
Declared In
FDWItem.h
readLater
Whether the item has been sent to the user’s read later service or not (@BOOL) Setting the property to a different value will trigger a request to update the value on the server
@property (nonatomic, strong) NSNumber *readLater
Declared In
FDWItem.h
starred
Whether the item is starred or not (@BOOL) Setting the property to a different value will trigger a request to update the value on the server
@property (nonatomic, strong) NSNumber *starred
Declared In
FDWItem.h