Trading_ReviewType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ReviewType.h Trading_ReviewType.m |
Tasks
-
url
A 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.
-
title
The title of the review.
property -
rating
The eBay member’s rating of the product.
property -
text
The 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. -
userID
The reviewer’s eBay user ID.
property -
creationTime
The time and date when the reviewer posted the review.
property -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ReviewType.h
creationTime
The time and date when the reviewer posted the review.
@property (nonatomic, retain) NSDate *creationTime
Discussion
The time and date when the reviewer posted the review.
type : NSDate, wrapper for primitive date
Declared In
Trading_ReviewType.h
rating
The eBay member’s rating of the product.
@property (nonatomic, retain) NSNumber *rating
Discussion
The eBay member’s rating of the product.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ReviewType.h
text
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 *text
Discussion
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
Trading_ReviewType.h
title
The title of the review.
@property (nonatomic, retain) NSString *title
Discussion
The title of the review.
type : NSString, wrapper for primitive string
Declared In
Trading_ReviewType.h
url
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 *url
Discussion
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
Trading_ReviewType.h