|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.ErrorInfoImpl
com.ebay.sdk.pictureservice.PictureInfo
public class PictureInfo
Title:
Description: Defines picture object for PictureService. It contains local picture file path, URI of the uploaded file and uploading error. and response object.
Copyright: Copyright (c) 2004
Company: eBay Inc.
Constructor Summary | |
---|---|
PictureInfo()
Constructor. |
Method Summary | |
---|---|
String |
getPictureFilePath()
Gets the path of the picture file to be uploaded. |
UploadSiteHostedPicturesResponseType |
getReponse()
Get the response object. |
String |
getURL()
Get the URI of the uploaded picture. |
void |
setPictureFilePath(String filePath)
Sets the path of the picture file to be uploaded. |
void |
setReponse(UploadSiteHostedPicturesResponseType reponse)
set the response object. |
void |
setURL(String url)
Set the URI of the uploaded picture. |
Methods inherited from class com.ebay.sdk.ErrorInfoImpl |
---|
clearError, getErrorMessage, getErrorType, hasError, setErrorMessage, setErrorType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PictureInfo()
Method Detail |
---|
public UploadSiteHostedPicturesResponseType getReponse()
public void setReponse(UploadSiteHostedPicturesResponseType reponse)
response
- object to be set.public String getURL()
public void setURL(String url)
url
- URI of the uploaded picture.public String getPictureFilePath()
public void setPictureFilePath(String filePath)
filePath
- Picture file path.
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.