Trading_MyMessagesAlertType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_MyMessagesAlertType.h Trading_MyMessagesAlertType.m |
Tasks
-
senderThis field will be deprecated in an upcoming release.
property
This field formerly
contained the display name of the eBay application that
sends the alert. -
recipientUserIDThis field will be deprecated in an upcoming release.
property
This field formerly
contained the displayable user ID of the recipient. -
subjectThis field will be deprecated in an upcoming release.
property
This field formerly
contained the subject of the alert. -
priorityThis field will be deprecated in an upcoming release.
property
This field formerly
contained a number ranging from 0 to 10000 (inclusive),
with 10000 having the highest priority. -
alertIDThis field will be deprecated in an upcoming release.
property
This field formerly
contained an ID that uniquely identifies an alert for a
given user. -
externalAlertIDThis field will be deprecated in an upcoming release.
property
This field formerly
contained an ID used by an external application to
uniquely identify an alert. -
contentTypeThis field will be deprecated in an upcoming release.
property
This field formerly
contained the content type of the body text. The two
acceptable values are “TEXT” and “HTML” (case
sensitive). -
textThis field will be deprecated in an upcoming release.
property
This field formerly
contained the alert body. This can be either plain text
or HTML, depending on which format the alert was
originally written in. Note that the API does not
currently check the user email format preferences
that can be specified in My Messages on the eBay.com
Web site. -
resolutionStatusThis field will be deprecated in an upcoming release.
property
This field formerly
contained whether or not an alert was resolved, and how. -
readThis field will be deprecated in an upcoming release.
property
This field formerly
contained whether or not an alert was viewed by a given
user. Note that retrieving an alert with the API
does not mark it as read. -
creationDateThis field will be deprecated in an upcoming release.
property
This field formerly
contained the date and time an alert was created by a sender. -
receiveDateThe date and time that an alert was received
property
by My Messages and stored in a database for the
recipient. -
expirationDateThis field will be deprecated in an upcoming release.
property
This field formerly
contained the date and time at which an alert expires. -
resolutionDateThis field will be deprecated in an upcoming release.
property
This field formerly
contained the date and time at which an alert is resolved. -
lastReadDateThis field will be deprecated in an upcoming release.
property
This field formerly
contained the date and time an alert was last viewed by
a given user. -
itemIDThis field will be deprecated in an upcoming release.
property
This field formerly
contained a unique eBay item ID associated with an
alert. -
isTimedResolutionThis field will be deprecated in an upcoming release.
property
This field formerly
contained whether or not a time-delayed
resolution is applicable for an alert. -
actionURLThis field will be deprecated in an upcoming release.
property
This field formerly
contained a URL that the recipient must visit to resolve
an alert. May be returned as an empty tag if there is no applicable URL. -
responseDetailsThis field will be deprecated in an upcoming release.
property
This field formerly
contained details relating to the response to an alert
or message. -
forwardDetailsThis field will be deprecated in an upcoming release.
property
This field formerly
contained details relating to the forwarding of an alert
or message. Only returned if the alert or message is
forwarded. -
folderThis field will be deprecated in an upcoming release.
property
This field formerly
contained details relating to a My Messages folder. -
any(public property)
property
Properties
actionURL
This field will be deprecated in an upcoming release.
This field formerly
contained a URL that the recipient must visit to resolve
an alert. May be returned as an empty tag if there is no applicable URL.
@property (nonatomic, retain) NSString *actionURLDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained a URL that the recipient must visit to resolve
an alert. May be returned as an empty tag if there is no applicable URL.
type : NSString, wrapper for primitive string
Declared In
Trading_MyMessagesAlertType.halertID
This field will be deprecated in an upcoming release.
This field formerly
contained an ID that uniquely identifies an alert for a
given user.
@property (nonatomic, retain) NSString *alertIDDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained an ID that uniquely identifies an alert for a
given user.
type : NSString, wrapper for primitive string
Declared In
Trading_MyMessagesAlertType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_MyMessagesAlertType.hcontentType
This field will be deprecated in an upcoming release.
This field formerly
contained the content type of the body text. The two
acceptable values are “TEXT” and “HTML” (case
sensitive).
@property (nonatomic, retain) NSString *contentTypeDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained the content type of the body text. The two
acceptable values are “TEXT” and “HTML” (case
sensitive).
type : NSString, wrapper for primitive string
Declared In
Trading_MyMessagesAlertType.hcreationDate
This field will be deprecated in an upcoming release.
This field formerly
contained the date and time an alert was created by a sender.
@property (nonatomic, retain) NSDate *creationDateDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained the date and time an alert was created by a sender.
type : NSDate, wrapper for primitive date
Declared In
Trading_MyMessagesAlertType.hexpirationDate
This field will be deprecated in an upcoming release.
This field formerly
contained the date and time at which an alert expires.
@property (nonatomic, retain) NSDate *expirationDateDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained the date and time at which an alert expires.
type : NSDate, wrapper for primitive date
Declared In
Trading_MyMessagesAlertType.hexternalAlertID
This field will be deprecated in an upcoming release.
This field formerly
contained an ID used by an external application to
uniquely identify an alert.
@property (nonatomic, retain) NSString *externalAlertIDDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained an ID used by an external application to
uniquely identify an alert.
type : NSString, wrapper for primitive string
Declared In
Trading_MyMessagesAlertType.hfolder
This field will be deprecated in an upcoming release.
This field formerly
contained details relating to a My Messages folder.
@property (nonatomic, retain) Trading_MyMessagesFolderType *folderDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained details relating to a My Messages folder.
type : class Trading_MyMessagesFolderType
Declared In
Trading_MyMessagesAlertType.hforwardDetails
This field will be deprecated in an upcoming release.
This field formerly
contained details relating to the forwarding of an alert
or message. Only returned if the alert or message is
forwarded.
@property (nonatomic, retain) Trading_MyMessagesForwardDetailsType *forwardDetailsDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained details relating to the forwarding of an alert
or message. Only returned if the alert or message is
forwarded.
type : class Trading_MyMessagesForwardDetailsType
Declared In
Trading_MyMessagesAlertType.hisTimedResolution
This field will be deprecated in an upcoming release.
This field formerly
contained whether or not a time-delayed
resolution is applicable for an alert.
@property (nonatomic, retain) NSNumber *isTimedResolutionDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained whether or not a time-delayed
resolution is applicable for an alert.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_MyMessagesAlertType.hitemID
This field will be deprecated in an upcoming release.
This field formerly
contained a unique eBay item ID associated with an
alert.
@property (nonatomic, retain) NSString *itemIDDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained a unique eBay item ID associated with an
alert.
type : NSString, wrapper for primitive string
Declared In
Trading_MyMessagesAlertType.hlastReadDate
This field will be deprecated in an upcoming release.
This field formerly
contained the date and time an alert was last viewed by
a given user.
@property (nonatomic, retain) NSDate *lastReadDateDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained the date and time an alert was last viewed by
a given user.
type : NSDate, wrapper for primitive date
Declared In
Trading_MyMessagesAlertType.hpriority
This field will be deprecated in an upcoming release.
This field formerly
contained a number ranging from 0 to 10000 (inclusive),
with 10000 having the highest priority.
@property (nonatomic, retain) NSString *priorityDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained a number ranging from 0 to 10000 (inclusive),
with 10000 having the highest priority.
type : NSString, wrapper for primitive string
Declared In
Trading_MyMessagesAlertType.hread
This field will be deprecated in an upcoming release.
This field formerly
contained whether or not an alert was viewed by a given
user. Note that retrieving an alert with the API
does not mark it as read.
@property (nonatomic, retain) NSNumber *readDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained whether or not an alert was viewed by a given
user. Note that retrieving an alert with the API
does not mark it as read.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_MyMessagesAlertType.hreceiveDate
The date and time that an alert was received
by My Messages and stored in a database for the
recipient.
@property (nonatomic, retain) NSDate *receiveDateDiscussion
The date and time that an alert was received
by My Messages and stored in a database for the
recipient.
type : NSDate, wrapper for primitive date
Declared In
Trading_MyMessagesAlertType.hrecipientUserID
This field will be deprecated in an upcoming release.
This field formerly
contained the displayable user ID of the recipient.
@property (nonatomic, retain) NSString *recipientUserIDDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained the displayable user ID of the recipient.
type : NSString, wrapper for primitive string
Declared In
Trading_MyMessagesAlertType.hresolutionDate
This field will be deprecated in an upcoming release.
This field formerly
contained the date and time at which an alert is resolved.
@property (nonatomic, retain) NSDate *resolutionDateDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained the date and time at which an alert is resolved.
type : NSDate, wrapper for primitive date
Declared In
Trading_MyMessagesAlertType.hresolutionStatus
This field will be deprecated in an upcoming release.
This field formerly
contained whether or not an alert was resolved, and how.
@property (nonatomic, retain) NSString *resolutionStatusDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained whether or not an alert was resolved, and how.
type: string constant in Trading_MyMessagesAlertResolutionStatusCode.h
Declared In
Trading_MyMessagesAlertType.hresponseDetails
This field will be deprecated in an upcoming release.
This field formerly
contained details relating to the response to an alert
or message.
@property (nonatomic, retain) Trading_MyMessagesResponseDetailsType *responseDetailsDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained details relating to the response to an alert
or message.
type : class Trading_MyMessagesResponseDetailsType
Declared In
Trading_MyMessagesAlertType.hsender
This field will be deprecated in an upcoming release.
This field formerly
contained the display name of the eBay application that
sends the alert.
@property (nonatomic, retain) NSString *senderDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained the display name of the eBay application that
sends the alert.
type : NSString, wrapper for primitive string
Declared In
Trading_MyMessagesAlertType.hsubject
This field will be deprecated in an upcoming release.
This field formerly
contained the subject of the alert.
@property (nonatomic, retain) NSString *subjectDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained the subject of the alert.
type : NSString, wrapper for primitive string
Declared In
Trading_MyMessagesAlertType.htext
This field will be deprecated in an upcoming release.
This field formerly
contained the alert body. This can be either plain text
or HTML, depending on which format the alert was
originally written in. Note that the API does not
currently check the user email format preferences
that can be specified in My Messages on the eBay.com
Web site.
@property (nonatomic, retain) NSString *textDiscussion
This field will be deprecated in an upcoming release.
This field formerly
contained the alert body. This can be either plain text
or HTML, depending on which format the alert was
originally written in. Note that the API does not
currently check the user email format preferences
that can be specified in My Messages on the eBay.com
Web site.
type : NSString, wrapper for primitive string
Declared In
Trading_MyMessagesAlertType.h