Trading_SiteHostedPictureDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SiteHostedPictureDetailsType.h Trading_SiteHostedPictureDetailsType.m |
Overview
Type defining the <b>SiteHostedPictureDetails</b> container that is returned
in an UploadSiteHostedPictures call.
@ingroup EBayAPIInterface
Tasks
-
pictureName
propertyCorresponds to the PictureName input value that you specified in the request. You can use the PictureName output field to confirm that the UploadSiteHostedPictures response corresponds to a specific UploadSiteHostedPictures request. -
pictureSet
propertyThe size of images generated. This value may differ from the one requested, e.g. if a Supersize image cannot be generated. -
pictureFormat
propertyThe format into which an uploaded picture has been converted. This value is usually JPG, but may be GIF. -
fullURL
propertyThe URL for the uploaded picture. Store this value for association with an item listing. That is, after you use UploadSiteHostedPictures to upload an image, use the value in FullURL to associate the image with an item (specify the value in Item.PictureDetails.PictureURL in AddItem, ReviseItem, or RelistItem) prior to the UseByDate returned in the response. -
baseURL
propertyTruncated version of FullURL. -
pictureSetMember
propertyURL and size information for each generated and stored size. This data is not necessarily needed by your application, but is provided for use in picture previews. This data is used for display control for specific pictures in the generated imageset. This data is supplied for all generated pictures. -
externalPictureURLThe URL for an external picture hosting website will be included in theresponse, if it is provided in the UploadSiteHostedPictures request.
property
Providing an external picture-hosting URL will allow you to include a
picture in your listing that is not hosted on the eBay servers. -
useByDateThe UseByDate is the last date that the picture can be associated with an item. <br>
property
If the image is used in a listing, the image is kept for 90 days
plus the duration length of the listing (e.g. 90 + 7). If the image
is used in another listing while it is still being kept on the
server, the image will be kept until 90 days after the end of the
newest listing. -
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_SiteHostedPictureDetailsType.hbaseURL
Truncated version of FullURL.
@property (nonatomic, retain) NSString *baseURLDiscussion
Truncated version of FullURL.
type : NSString, wrapper for primitive string
Declared In
Trading_SiteHostedPictureDetailsType.hexternalPictureURL
The URL for an external picture hosting website will be included in the
response, if it is provided in the UploadSiteHostedPictures request.
Providing an external picture-hosting URL will allow you to include a
picture in your listing that is not hosted on the eBay servers.
@property (nonatomic, retain) NSString *externalPictureURLDiscussion
The URL for an external picture hosting website will be included in the
response, if it is provided in the UploadSiteHostedPictures request.
Providing an external picture-hosting URL will allow you to include a
picture in your listing that is not hosted on the eBay servers.
type : NSString, wrapper for primitive string
Declared In
Trading_SiteHostedPictureDetailsType.hfullURL
The URL for the uploaded picture.
Store this value for association with an item listing.
That is, after you use UploadSiteHostedPictures to upload an image,
use the value in FullURL to associate the image with an item
(specify the value in Item.PictureDetails.PictureURL in
AddItem, ReviseItem, or RelistItem) prior to the UseByDate returned in the
response.
@property (nonatomic, retain) NSString *fullURLDiscussion
The URL for the uploaded picture.
Store this value for association with an item listing.
That is, after you use UploadSiteHostedPictures to upload an image,
use the value in FullURL to associate the image with an item
(specify the value in Item.PictureDetails.PictureURL in
AddItem, ReviseItem, or RelistItem) prior to the UseByDate returned in the
response.
type : NSString, wrapper for primitive string
Declared In
Trading_SiteHostedPictureDetailsType.hpictureFormat
The format into which an uploaded picture has been converted.
This value is usually JPG, but may be GIF.
@property (nonatomic, retain) NSString *pictureFormatDiscussion
The format into which an uploaded picture has been converted.
This value is usually JPG, but may be GIF.
type: string constant in Trading_PictureFormatCodeType.h
Declared In
Trading_SiteHostedPictureDetailsType.hpictureName
Corresponds to the PictureName input value that you specified in the request.
You can use the PictureName output field to confirm that the
UploadSiteHostedPictures response corresponds to a specific
UploadSiteHostedPictures request.
@property (nonatomic, retain) NSString *pictureNameDiscussion
Corresponds to the PictureName input value that you specified in the request.
You can use the PictureName output field to confirm that the
UploadSiteHostedPictures response corresponds to a specific
UploadSiteHostedPictures request.
type : NSString, wrapper for primitive string
Declared In
Trading_SiteHostedPictureDetailsType.hpictureSet
The size of images generated. This value may differ from the one requested,
e.g. if a Supersize image cannot be generated.
@property (nonatomic, retain) NSString *pictureSetDiscussion
The size of images generated. This value may differ from the one requested,
e.g. if a Supersize image cannot be generated.
type: string constant in Trading_PictureSetCodeType.h
Declared In
Trading_SiteHostedPictureDetailsType.hpictureSetMember
URL and size information for each generated and stored size.
This data is not necessarily needed by your application,
but is provided for use in picture previews.
This data is used for display control for specific pictures in the generated imageset.
This data is supplied for all generated pictures.
@property (nonatomic, retain) NSMutableArray *pictureSetMemberDiscussion
URL and size information for each generated and stored size.
This data is not necessarily needed by your application,
but is provided for use in picture previews.
This data is used for display control for specific pictures in the generated imageset.
This data is supplied for all generated pictures.
entry type : class Trading_PictureSetMemberType
Declared In
Trading_SiteHostedPictureDetailsType.huseByDate
The UseByDate is the last date that the picture can be associated
with an item.
<br>
If the image is used in a listing, the image is kept for 90 days
plus the duration length of the listing (e.g. 90 + 7). If the image
is used in another listing while it is still being kept on the
server, the image will be kept until 90 days after the end of the
newest listing.
@property (nonatomic, retain) NSDate *useByDateDiscussion
The UseByDate is the last date that the picture can be associated
with an item.
<br>
If the image is used in a listing, the image is kept for 90 days
plus the duration length of the listing (e.g. 90 + 7). If the image
is used in another listing while it is still being kept on the
server, the image will be kept until 90 days after the end of the
newest listing.
type : NSDate, wrapper for primitive date
Declared In
Trading_SiteHostedPictureDetailsType.h