public class MobileMessageError extends java.lang.Object implements HybrisEnumValue
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static MobileMessageError |
ACTIONMISSING
Generated enum value for MobileMessageError.ACTIONMISSING declared at extension mobileservices.
|
static MobileMessageError |
FILTERED
Generated enum value for MobileMessageError.FILTERED declared at extension mobileservices.
|
static MobileMessageError |
INVALID_PHONE_NUMBER
Generated enum value for MobileMessageError.INVALID_PHONE_NUMBER declared at extension mobileservices.
|
static MobileMessageError |
LINKNOTSUPPORTED
Generated enum value for MobileMessageError.LINKNOTSUPPORTED declared at extension mobileservices.
|
static MobileMessageError |
MAX_SIZE_EXCEEDED
Generated enum value for MobileMessageError.MAX_SIZE_EXCEEDED declared at extension mobileservices.
|
static MobileMessageError |
NOROUTE
Generated enum value for MobileMessageError.NOROUTE declared at extension mobileservices.
|
static java.lang.String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
static MobileMessageError |
UNKNOWN
Generated enum value for MobileMessageError.UNKNOWN declared at extension mobileservices.
|
static MobileMessageError |
UNSUBSCRIBED
Generated enum value for MobileMessageError.UNSUBSCRIBED declared at extension mobileservices.
|
static MobileMessageError |
WRONGCONFIG
Generated enum value for MobileMessageError.WRONGCONFIG declared at extension mobileservices.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares this object to the specified object.
|
java.lang.String |
getCode()
Gets the code of this enum value.
|
java.lang.String |
getType()
Gets the type this enum value belongs to.
|
int |
hashCode()
Returns a hash code for this
MobileMessageError. |
java.lang.String |
toString()
Returns the code representing this enum value.
|
static MobileMessageError |
valueOf(java.lang.String code)
Returns a MobileMessageError instance representing the specified enum value.
|
public static final java.lang.String _TYPECODE
public static final java.lang.String SIMPLE_CLASSNAME
public static final MobileMessageError INVALID_PHONE_NUMBER
public static final MobileMessageError MAX_SIZE_EXCEEDED
public static final MobileMessageError UNSUBSCRIBED
public static final MobileMessageError NOROUTE
public static final MobileMessageError ACTIONMISSING
public static final MobileMessageError LINKNOTSUPPORTED
public static final MobileMessageError FILTERED
public static final MobileMessageError WRONGCONFIG
public static final MobileMessageError UNKNOWN
public boolean equals(java.lang.Object obj)
true
if and only if the argument is not null and is an MobileMessageError
object that contains the enum value code as this object.equals in class java.lang.Objectobj - the object to compare with.true if the objects are the same;
false otherwise.public java.lang.String getCode()
getCode in interface HybrisEnumValuepublic java.lang.String getType()
getType in interface HybrisEnumValuepublic int hashCode()
MobileMessageError.hashCode in class java.lang.Objectcode
represented by this MobileMessageError object.public java.lang.String toString()
toString in class java.lang.Objectpublic static MobileMessageError valueOf(java.lang.String code)
code - an enum valueCopyright © 2018 SAP SE. All Rights Reserved.