Trading_MyMessagesAlertType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_MyMessagesAlertType.h Trading_MyMessagesAlertType.m |
Tasks
-
sender
This field will be deprecated in an upcoming release.
property
This field formerly
contained the display name of the eBay application that
sends the alert. -
recipientUserID
This field will be deprecated in an upcoming release.
property
This field formerly
contained the displayable user ID of the recipient. -
subject
This field will be deprecated in an upcoming release.
property
This field formerly
contained the subject of the alert. -
priority
This 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. -
alertID
This field will be deprecated in an upcoming release.
property
This field formerly
contained an ID that uniquely identifies an alert for a
given user. -
externalAlertID
This 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. -
contentType
This 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). -
text
This 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. -
resolutionStatus
This field will be deprecated in an upcoming release.
property
This field formerly
contained whether or not an alert was resolved, and how. -
read
This 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. -
creationDate
This field will be deprecated in an upcoming release.
property
This field formerly
contained the date and time an alert was created by a sender. -
receiveDate
The date and time that an alert was received
property
by My Messages and stored in a database for the
recipient. -
expirationDate
This field will be deprecated in an upcoming release.
property
This field formerly
contained the date and time at which an alert expires. -
resolutionDate
This field will be deprecated in an upcoming release.
property
This field formerly
contained the date and time at which an alert is resolved. -
lastReadDate
This 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. -
itemID
This field will be deprecated in an upcoming release.
property
This field formerly
contained a unique eBay item ID associated with an
alert. -
isTimedResolution
This 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. -
actionURL
This 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. -
responseDetails
This field will be deprecated in an upcoming release.
property
This field formerly
contained details relating to the response to an alert
or message. -
forwardDetails
This 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. -
folder
This 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 *actionURL
Discussion
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.h
alertID
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 *alertID
Discussion
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.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_MyMessagesAlertType.h
contentType
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 *contentType
Discussion
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.h
creationDate
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 *creationDate
Discussion
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.h
expirationDate
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 *expirationDate
Discussion
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.h
externalAlertID
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 *externalAlertID
Discussion
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.h
folder
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 *folder
Discussion
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.h
forwardDetails
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 *forwardDetails
Discussion
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.h
isTimedResolution
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 *isTimedResolution
Discussion
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.h
itemID
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 *itemID
Discussion
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.h
lastReadDate
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 *lastReadDate
Discussion
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.h
priority
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 *priority
Discussion
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.h
read
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 *read
Discussion
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.h
receiveDate
The date and time that an alert was received
by My Messages and stored in a database for the
recipient.
@property (nonatomic, retain) NSDate *receiveDate
Discussion
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.h
recipientUserID
This field will be deprecated in an upcoming release.
This field formerly
contained the displayable user ID of the recipient.
@property (nonatomic, retain) NSString *recipientUserID
Discussion
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.h
resolutionDate
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 *resolutionDate
Discussion
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.h
resolutionStatus
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 *resolutionStatus
Discussion
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.h
responseDetails
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 *responseDetails
Discussion
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.h
sender
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 *sender
Discussion
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.h
subject
This field will be deprecated in an upcoming release.
This field formerly
contained the subject of the alert.
@property (nonatomic, retain) NSString *subject
Discussion
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.h
text
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 *text
Discussion
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