Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum MessageTypeCodeType

java.lang.Object
  extended by java.lang.Enum<MessageTypeCodeType>
      extended by com.ebay.soap.eBLBaseComponents.MessageTypeCodeType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MessageTypeCodeType>

public enum MessageTypeCodeType
extends java.lang.Enum<MessageTypeCodeType>

Java class for MessageTypeCodeType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="MessageTypeCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="AskSellerQuestion"/>
     <enumeration value="ResponseToASQQuestion"/>
     <enumeration value="ContactEbayMember"/>
     <enumeration value="ContactTransactionPartner"/>
     <enumeration value="ResponseToContacteBayMember"/>
     <enumeration value="ContacteBayMemberViaCommunityLink"/>
     <enumeration value="CustomCode"/>
     <enumeration value="All"/>
     <enumeration value="ContactMyBidder"/>
     <enumeration value="ContacteBayMemberViaAnonymousEmail"/>
     <enumeration value="ClassifiedsContactSeller"/>
     <enumeration value="ClassifiedsBestOffer"/>
   </restriction>
 </simpleType>
 
Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).


Enum Constant Summary
ALL
          All message types.
ASK_SELLER_QUESTION
          Member to Member message initiated by bidder/potential bidder to a seller of a particular item.
CLASSIFIEDS_BEST_OFFER
          Indicates that a Best Offer has been made on the seller's corresponding classified ad listing.
CLASSIFIEDS_CONTACT_SELLER
          Indicates that an inquiry has been sent to the seller regarding the corresponding classified ad listing.
CONTACT_EBAY_MEMBER
          Member to Member message initiated by any eBay member to another eBay member.
CONTACT_MY_BIDDER
          Member to Member message initiated by sellers to their bidders during an active listing.
CONTACT_TRANSACTION_PARTNER
          Member message between order partners within 90 days after creation of the order.
CONTACTE_BAY_MEMBER_VIA_ANONYMOUS_EMAIL
          Member message initiated after eBay receives an email sent by an eBay member's email client to another eBay member.
CONTACTE_BAY_MEMBER_VIA_COMMUNITY_LINK
          Member to Member message initiated by any eBay member to another eBay member who has posted on a community forum within the past 7 days.
CUSTOM_CODE
          Reserved for future or internal use.
RESPONSE_TO_ASQ_QUESTION
          Member to Member message initiated as a response to an Ask A Question message.
RESPONSE_TO_CONTACTE_BAY_MEMBER
          Member to Member message initiated as a response to a Contact eBay Member message.
 
Method Summary
static MessageTypeCodeType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static MessageTypeCodeType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MessageTypeCodeType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ASK_SELLER_QUESTION

public static final MessageTypeCodeType ASK_SELLER_QUESTION
Member to Member message initiated by bidder/potential bidder to a seller of a particular item.


RESPONSE_TO_ASQ_QUESTION

public static final MessageTypeCodeType RESPONSE_TO_ASQ_QUESTION
Member to Member message initiated as a response to an Ask A Question message.


CONTACT_EBAY_MEMBER

public static final MessageTypeCodeType CONTACT_EBAY_MEMBER
Member to Member message initiated by any eBay member to another eBay member.


CONTACT_TRANSACTION_PARTNER

public static final MessageTypeCodeType CONTACT_TRANSACTION_PARTNER
Member message between order partners within 90 days after creation of the order.


RESPONSE_TO_CONTACTE_BAY_MEMBER

public static final MessageTypeCodeType RESPONSE_TO_CONTACTE_BAY_MEMBER
Member to Member message initiated as a response to a Contact eBay Member message.


CONTACTE_BAY_MEMBER_VIA_COMMUNITY_LINK

public static final MessageTypeCodeType CONTACTE_BAY_MEMBER_VIA_COMMUNITY_LINK
Member to Member message initiated by any eBay member to another eBay member who has posted on a community forum within the past 7 days.


CUSTOM_CODE

public static final MessageTypeCodeType CUSTOM_CODE
Reserved for future or internal use.


ALL

public static final MessageTypeCodeType ALL
All message types.


CONTACT_MY_BIDDER

public static final MessageTypeCodeType CONTACT_MY_BIDDER
Member to Member message initiated by sellers to their bidders during an active listing.


CONTACTE_BAY_MEMBER_VIA_ANONYMOUS_EMAIL

public static final MessageTypeCodeType CONTACTE_BAY_MEMBER_VIA_ANONYMOUS_EMAIL
Member message initiated after eBay receives an email sent by an eBay member's email client to another eBay member.


CLASSIFIEDS_CONTACT_SELLER

public static final MessageTypeCodeType CLASSIFIEDS_CONTACT_SELLER
Indicates that an inquiry has been sent to the seller regarding the corresponding classified ad listing.


CLASSIFIEDS_BEST_OFFER

public static final MessageTypeCodeType CLASSIFIEDS_BEST_OFFER
Indicates that a Best Offer has been made on the seller's corresponding classified ad listing. This message type is only applicable to Classified categories that allow the Best Offer feature, such as motor vehicles.

Method Detail

values

public static MessageTypeCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MessageTypeCodeType c : MessageTypeCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MessageTypeCodeType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static MessageTypeCodeType fromValue(java.lang.String v)

Changes since
the last release

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.