public class CrossSellErrorReason extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
CrossSellErrorReason(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CrossSellErrorReason |
fromString(String value) |
static CrossSellErrorReason |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _COMPANY_IS_NOT_DISTRIBUTION_PARTNER
public static final String _CHANGING_PARTNER_NETWORK_IS_NOT_SUPPORTED
public static final String _MISSING_DISTRIBUTOR_PARTNER_NAME
public static final String _DISTRIBUTOR_NETWORK_MISSING_PUBLISHER_FEATURE
public static final String _CONTENT_PROVIDER_NETWORK_MISSING_PUBLISHER_FEATURE
public static final String _INVALID_DISTRIBUTOR_PARTNER_NAME
public static final String _INVALID_CONTENT_PROVIDER_NETWORK
public static final String _CONTENT_PROVIDER_NETWORK_CANNOT_BE_ACTIVE_NETWORK
public static final String _CONTENT_PROVIDER_NETWORK_ALREADY_ENABLED_FOR_CROSS_SELLING
public static final String _DISTRIBUTOR_RULE_VIOLATION_ERROR
public static final String _DISTRIBUTOR_RULE_VIOLATION_WARNING
public static final String _UNKNOWN
public static final CrossSellErrorReason COMPANY_IS_NOT_DISTRIBUTION_PARTNER
public static final CrossSellErrorReason CHANGING_PARTNER_NETWORK_IS_NOT_SUPPORTED
public static final CrossSellErrorReason MISSING_DISTRIBUTOR_PARTNER_NAME
public static final CrossSellErrorReason DISTRIBUTOR_NETWORK_MISSING_PUBLISHER_FEATURE
public static final CrossSellErrorReason CONTENT_PROVIDER_NETWORK_MISSING_PUBLISHER_FEATURE
public static final CrossSellErrorReason INVALID_DISTRIBUTOR_PARTNER_NAME
public static final CrossSellErrorReason INVALID_CONTENT_PROVIDER_NETWORK
public static final CrossSellErrorReason CONTENT_PROVIDER_NETWORK_CANNOT_BE_ACTIVE_NETWORK
public static final CrossSellErrorReason CONTENT_PROVIDER_NETWORK_ALREADY_ENABLED_FOR_CROSS_SELLING
public static final CrossSellErrorReason DISTRIBUTOR_RULE_VIOLATION_ERROR
public static final CrossSellErrorReason DISTRIBUTOR_RULE_VIOLATION_WARNING
public static final CrossSellErrorReason UNKNOWN
protected CrossSellErrorReason(String value)
public String getValue()
public static CrossSellErrorReason fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static CrossSellErrorReason fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2022. All rights reserved.