Trading_MyeBaySelectionType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_MyeBaySelectionType.h Trading_MyeBaySelectionType.m |
Overview
Specifies how to return the result list for My eBay features such as saved
searches, favorite sellers, and second chance offers.
@ingroup EBayAPIInterface
Tasks
-
includeSpecifies whether or not to include the container in the response.
property
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.
If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response. -
includeItemCountSpecifies whether or not to include the item count in the response.
property
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.
If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response. -
includeFavoriteSellerCountSpecifies whether or not to include FavoriteSellerCount in the response.
property
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.
If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response. -
sortSpecifies the sort order of the result. Default is Ascending.
property -
maxResultsSpecifies the maximum number of items in the returned list.
property
If not specified, returns all items in the list. -
userDefinedListNameSpecifies that only the user defined list whose name matches
property
the given name should be in the returned list. If the user does
not have a matching record, no data is returned. If this
element is omitted, the information for all records is returned.
For use only within the UserDefinedLists element. -
includeListContentsSpecify true to return the full user defined list contents in
property
the response’s UserDefinedList containers. A value of
false means only a summary of the user defined list will be
returned. The default value is false. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_MyeBaySelectionType.hinclude
Specifies whether or not to include the container in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.
If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.
@property (nonatomic, retain) NSNumber *includeDiscussion
Specifies whether or not to include the container in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.
If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_MyeBaySelectionType.hincludeFavoriteSellerCount
Specifies whether or not to include FavoriteSellerCount in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.
If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.
@property (nonatomic, retain) NSNumber *includeFavoriteSellerCountDiscussion
Specifies whether or not to include FavoriteSellerCount in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.
If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_MyeBaySelectionType.hincludeItemCount
Specifies whether or not to include the item count in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.
If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.
@property (nonatomic, retain) NSNumber *includeItemCountDiscussion
Specifies whether or not to include the item count in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.
If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_MyeBaySelectionType.hincludeListContents
Specify true to return the full user defined list contents in
the response’s UserDefinedList containers. A value of
false means only a summary of the user defined list will be
returned. The default value is false.
@property (nonatomic, retain) NSNumber *includeListContentsDiscussion
Specify true to return the full user defined list contents in
the response’s UserDefinedList containers. A value of
false means only a summary of the user defined list will be
returned. The default value is false.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_MyeBaySelectionType.hmaxResults
Specifies the maximum number of items in the returned list.
If not specified, returns all items in the list.
@property (nonatomic, retain) NSNumber *maxResultsDiscussion
Specifies the maximum number of items in the returned list.
If not specified, returns all items in the list.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySelectionType.hsort
Specifies the sort order of the result. Default is Ascending.
@property (nonatomic, retain) NSString *sortDiscussion
Specifies the sort order of the result. Default is Ascending.
type: string constant in Trading_SortOrderCodeType.h
Declared In
Trading_MyeBaySelectionType.huserDefinedListName
Specifies that only the user defined list whose name matches
the given name should be in the returned list. If the user does
not have a matching record, no data is returned. If this
element is omitted, the information for all records is returned.
For use only within the UserDefinedLists element.
@property (nonatomic, retain) NSString *userDefinedListNameDiscussion
Specifies that only the user defined list whose name matches
the given name should be in the returned list. If the user does
not have a matching record, no data is returned. If this
element is omitted, the information for all records is returned.
For use only within the UserDefinedLists element.
type : NSString, wrapper for primitive string
Declared In
Trading_MyeBaySelectionType.h