|
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.ApiCall
com.ebay.sdk.call.ReviseMyMessagesCall
public class ReviseMyMessagesCall
Wrapper class of the ReviseMyMessages call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
MessageIDs
- Contains a list of up to 10 MessageIDs MessageIDs values must be included in the request. Messages in the Sent box cannot be moved, marked as read, or flagged.
AlertIDs
- This field is deprecated.
Read
- Changes the read states of all
messages specified in a request.
At least one of the following
must be specified in the
request: Read, Flagged, or FolderID.
Messages in the Sent box cannot be moved,
marked as Read, or Flagged.
Flagged
- Changes the flagged states of all messages specified in
a request by their MessageID values. At least one of
Read, Flagged, or FolderID must be specified in the
request. Messages in the Sent box cannot be moved,
marked as Read, or Flagged.
FolderID
- An ID that uniquely identifies the My Messages folder to move messages into. At least one of the Read, Flagged, or FolderID fields must be specified in the request. Messages in the Sent box cannot be moved, marked as read, or flagged.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
ReviseMyMessagesCall()
Constructor. |
|
ReviseMyMessagesCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
String[] |
getAlertIDs()
Gets the ReviseMyMessagesRequestType.alertIDs. |
Boolean |
getFlagged()
Gets the ReviseMyMessagesRequestType.flagged. |
Long |
getFolderID()
Gets the ReviseMyMessagesRequestType.folderID. |
String[] |
getMessageIDs()
Gets the ReviseMyMessagesRequestType.messageIDs. |
Boolean |
getRead()
Gets the ReviseMyMessagesRequestType.read. |
void |
reviseMyMessages()
Sets the read state for messages, sets the flagged state of messages, and moves messages into and out of folders. |
void |
setAlertIDs(String[] alertIDs)
Sets the ReviseMyMessagesRequestType.alertIDs. |
void |
setFlagged(Boolean flagged)
Sets the ReviseMyMessagesRequestType.flagged. |
void |
setFolderID(Long folderID)
Sets the ReviseMyMessagesRequestType.folderID. |
void |
setMessageIDs(String[] messageIDs)
Sets the ReviseMyMessagesRequestType.messageIDs. |
void |
setRead(Boolean read)
Sets the ReviseMyMessagesRequestType.read. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReviseMyMessagesCall()
public ReviseMyMessagesCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void reviseMyMessages() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public String[] getAlertIDs()
public void setAlertIDs(String[] alertIDs)
alertIDs
- String[]public Boolean getFlagged()
public void setFlagged(Boolean flagged)
flagged
- Booleanpublic Long getFolderID()
public void setFolderID(Long folderID)
folderID
- Longpublic String[] getMessageIDs()
public void setMessageIDs(String[] messageIDs)
messageIDs
- String[]public Boolean getRead()
public void setRead(Boolean read)
read
- Boolean
|
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.