Trading_MyMessagesSummaryType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_MyMessagesSummaryType.h Trading_MyMessagesSummaryType.m |
Overview
Summary data for a given user’s alerts and messages.
This includes the numbers of new alerts and messages,
unresolved alerts, flagged messages, and total alerts
and messages.
@ingroup EBayAPIInterface
Tasks
-
folderSummary
Folder summary for each folder. Always
property
returned for detail level ReturnSummary. -
newAlertCount
This field has been deprecated, starting with the 685 release. Alerts are now
property
synonymous with Flagged messages, and are added to the
Summary.FlaggedMessageCount value. -
newMessageCount
The number of new messages that a given user has. Always returned for detail level ReturnSummary.
property -
unresolvedAlertCount
The number of alerts that are not yet
property
resolved. Always returned for detail level
ReturnSummary. -
flaggedMessageCount
The number of messages that have been flagged.
property
Always returned for detail level ReturnSummary. -
totalAlertCount
This field has been deprecated, starting with the 685 release. Alerts are now
property
synonymous with Flagged messages, and are added to the
Summary.FlaggedMessageCount value. -
totalMessageCount
The total number of messages for a given user.
property
Always returned for detail level ReturnSummary. -
newHighPriorityCount
The total number of new high priority messages that a given user has.
property -
totalHighPriorityCount
The total number of high priority messages that a given user has.
property
Properties
flaggedMessageCount
The number of messages that have been flagged.
Always returned for detail level ReturnSummary.
@property (nonatomic, retain) NSNumber *flaggedMessageCount
Discussion
The number of messages that have been flagged.
Always returned for detail level ReturnSummary.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyMessagesSummaryType.h
folderSummary
Folder summary for each folder. Always
returned for detail level ReturnSummary.
@property (nonatomic, retain) NSMutableArray *folderSummary
Discussion
Folder summary for each folder. Always
returned for detail level ReturnSummary.
entry type : class Trading_MyMessagesFolderSummaryType
Declared In
Trading_MyMessagesSummaryType.h
newAlertCount
This field has been deprecated, starting with the 685 release. Alerts are now
synonymous with Flagged messages, and are added to the
Summary.FlaggedMessageCount value.
@property (nonatomic, retain) NSNumber *newAlertCount
Discussion
This field has been deprecated, starting with the 685 release. Alerts are now
synonymous with Flagged messages, and are added to the
Summary.FlaggedMessageCount value.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyMessagesSummaryType.h
newHighPriorityCount
The total number of new high priority messages that a given user has.
@property (nonatomic, retain) NSNumber *newHighPriorityCount
Discussion
The total number of new high priority messages that a given user has.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyMessagesSummaryType.h
newMessageCount
The number of new messages that a given user has. Always returned for detail level ReturnSummary.
@property (nonatomic, retain) NSNumber *newMessageCount
Discussion
The number of new messages that a given user has. Always returned for detail level ReturnSummary.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyMessagesSummaryType.h
totalAlertCount
This field has been deprecated, starting with the 685 release. Alerts are now
synonymous with Flagged messages, and are added to the
Summary.FlaggedMessageCount value.
@property (nonatomic, retain) NSNumber *totalAlertCount
Discussion
This field has been deprecated, starting with the 685 release. Alerts are now
synonymous with Flagged messages, and are added to the
Summary.FlaggedMessageCount value.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyMessagesSummaryType.h
totalHighPriorityCount
The total number of high priority messages that a given user has.
@property (nonatomic, retain) NSNumber *totalHighPriorityCount
Discussion
The total number of high priority messages that a given user has.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyMessagesSummaryType.h
totalMessageCount
The total number of messages for a given user.
Always returned for detail level ReturnSummary.
@property (nonatomic, retain) NSNumber *totalMessageCount
Discussion
The total number of messages for a given user.
Always returned for detail level ReturnSummary.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyMessagesSummaryType.h
unresolvedAlertCount
The number of alerts that are not yet
resolved. Always returned for detail level
ReturnSummary.
@property (nonatomic, retain) NSNumber *unresolvedAlertCount
Discussion
The number of alerts that are not yet
resolved. Always returned for detail level
ReturnSummary.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyMessagesSummaryType.h