Shopping_ReviewType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Shopping_ReviewType.h Shopping_ReviewType.m |
Tasks
-
urlA link to the full review on the eBay Web site.
property
This URL optimized for natural search: “_W0QQ” is like “?"
(question mark), "QQ” is like “&” (ampersand),
and “Z” is like “=” (equals sign).
Note:
For a link to all reviews for the product, remove the upvr parameter
from this URL. See the eBay Web Services guide for an example.
-
titleThe title of the review.
property -
ratingThe eBay member’s rating of the product.
property -
textThe text of the review. If the review is longer than
property
2000 characters, the text is cut off and it ends with “…”.
See Review.URL for a link to the full text of the review. -
userIDThe reviewer’s eBay user ID.
property -
creationTimeThe time and date when the reviewer posted the review.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Shopping_ReviewType.hcreationTime
The time and date when the reviewer posted the review.
@property (nonatomic, retain) NSDate *creationTimeDiscussion
The time and date when the reviewer posted the review.
type : NSDate, wrapper for primitive date
Declared In
Shopping_ReviewType.hrating
The eBay member’s rating of the product.
@property (nonatomic, retain) NSNumber *ratingDiscussion
The eBay member’s rating of the product.
type : NSNumber, wrapper for primitive int
Declared In
Shopping_ReviewType.htext
The text of the review. If the review is longer than
2000 characters, the text is cut off and it ends with “…”.
See Review.URL for a link to the full text of the review.
@property (nonatomic, retain) NSString *textDiscussion
The text of the review. If the review is longer than
2000 characters, the text is cut off and it ends with “…”.
See Review.URL for a link to the full text of the review.
type : NSString, wrapper for primitive string
Declared In
Shopping_ReviewType.htitle
The title of the review.
@property (nonatomic, retain) NSString *titleDiscussion
The title of the review.
type : NSString, wrapper for primitive string
Declared In
Shopping_ReviewType.hurl
A link to the full review on the eBay Web site.
This URL optimized for natural search: “_W0QQ” is like “?"
(question mark), "QQ” is like “&” (ampersand),
and “Z” is like “=” (equals sign).
Note:
For a link to all reviews for the product, remove the upvr parameter
from this URL. See the eBay Web Services guide for an example.
@property (nonatomic, retain) NSString *urlDiscussion
A link to the full review on the eBay Web site.
This URL optimized for natural search: “_W0QQ” is like “?"
(question mark), "QQ” is like “&” (ampersand),
and “Z” is like “=” (equals sign).
Note:
For a link to all reviews for the product, remove the upvr parameter
from this URL. See the eBay Web Services guide for an example.
type : NSString, wrapper for primitive string
Declared In
Shopping_ReviewType.h