|
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.GetMemberMessagesCall
public class GetMemberMessagesCall
Wrapper class of the GetMemberMessages 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.
ItemID
- The ID of the item the message is about.
MailMessageType
- The type of message. Note that GetMemberMessages does not return messages when this field is set to AskSellerQuestion.
MessageStatus
- The status of the message.
DisplayToPublic
- If included in the request and set to true
, only public messages (viewable in the Item listing) are returned. If omitted or set to false
in the request, all messages (that match other filters in the request) are returned in the response.
StartCreationTime
- Used as beginning of date range filter. If specified, filters the returned messages to only those with a creation date greater than or equal to the specified date and time.
EndCreationTime
- Used as end of date range filter. If specified, filters
the returned messages to only those with a creation date
less than or equal to the specified date and time.
Pagination
- Standard pagination argument used to reduce response.
MemberMessageID
- An ID that uniquely identifies the message for a given user to be retrieved. Used for the AskSellerQuestion notification only.
SenderID
- An eBay ID that uniquely identifies a user. For GetMemberMessages, this is the sender of the message. If included in the request, returns only messages from the specified sender.
ReturnedMemberMessages
- The returned member messages. Returned if messages that meet the request criteria exist. Note that GetMemberMessages does not return messages when, in the request, the MailMessageType is AskSellerQuestion.
PaginationResult
- Shows the pagination of data returned by requests.
HasMoreItems
- Specifies whether the response has more items.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetMemberMessagesCall()
Constructor. |
|
GetMemberMessagesCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
Boolean |
getDisplayToPublic()
Gets the GetMemberMessagesRequestType.displayToPublic. |
Calendar |
getEndCreationTime()
Gets the GetMemberMessagesRequestType.endCreationTime. |
Boolean |
getHasMoreItems()
Valid after executing the API. |
String |
getItemID()
Gets the GetMemberMessagesRequestType.itemID. |
MessageTypeCodeType |
getMailMessageType()
Gets the GetMemberMessagesRequestType.mailMessageType. |
String |
getMemberMessageID()
Gets the GetMemberMessagesRequestType.memberMessageID. |
MemberMessageExchangeType[] |
getMemberMessages()
Retrieves a list of the messages buyers have posted about your active item listings. |
MessageStatusTypeCodeType |
getMessageStatus()
Gets the GetMemberMessagesRequestType.messageStatus. |
PaginationType |
getPagination()
Gets the GetMemberMessagesRequestType.pagination. |
PaginationResultType |
getPaginationResult()
Valid after executing the API. |
MemberMessageExchangeType[] |
getReturnedMemberMessages()
Valid after executing the API. |
String |
getSenderID()
Gets the GetMemberMessagesRequestType.senderID. |
Calendar |
getStartCreationTime()
Gets the GetMemberMessagesRequestType.startCreationTime. |
void |
setDisplayToPublic(Boolean displayToPublic)
Sets the GetMemberMessagesRequestType.displayToPublic. |
void |
setEndCreationTime(Calendar endCreationTime)
Sets the GetMemberMessagesRequestType.endCreationTime. |
void |
setItemID(String itemID)
Sets the GetMemberMessagesRequestType.itemID. |
void |
setMailMessageType(MessageTypeCodeType mailMessageType)
Sets the GetMemberMessagesRequestType.mailMessageType. |
void |
setMemberMessageID(String memberMessageID)
Sets the GetMemberMessagesRequestType.memberMessageID. |
void |
setMessageStatus(MessageStatusTypeCodeType messageStatus)
Sets the GetMemberMessagesRequestType.messageStatus. |
void |
setPagination(PaginationType pagination)
Sets the GetMemberMessagesRequestType.pagination. |
void |
setSenderID(String senderID)
Sets the GetMemberMessagesRequestType.senderID. |
void |
setStartCreationTime(Calendar startCreationTime)
Sets the GetMemberMessagesRequestType.startCreationTime. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetMemberMessagesCall()
public GetMemberMessagesCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public MemberMessageExchangeType[] getMemberMessages() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public Boolean getDisplayToPublic()
public void setDisplayToPublic(Boolean displayToPublic)
displayToPublic
- Booleanpublic Calendar getEndCreationTime()
public void setEndCreationTime(Calendar endCreationTime)
endCreationTime
- Calendarpublic String getItemID()
public void setItemID(String itemID)
itemID
- Stringpublic MessageTypeCodeType getMailMessageType()
public void setMailMessageType(MessageTypeCodeType mailMessageType)
mailMessageType
- MessageTypeCodeTypepublic String getMemberMessageID()
public void setMemberMessageID(String memberMessageID)
memberMessageID
- Stringpublic MessageStatusTypeCodeType getMessageStatus()
public void setMessageStatus(MessageStatusTypeCodeType messageStatus)
messageStatus
- MessageStatusTypeCodeTypepublic PaginationType getPagination()
public void setPagination(PaginationType pagination)
pagination
- PaginationTypepublic String getSenderID()
public void setSenderID(String senderID)
senderID
- Stringpublic Calendar getStartCreationTime()
public void setStartCreationTime(Calendar startCreationTime)
startCreationTime
- Calendarpublic Boolean getHasMoreItems()
public PaginationResultType getPaginationResult()
public MemberMessageExchangeType[] getReturnedMemberMessages()
|
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.