public class MobileMessageError extends Object implements HybrisEnumValue
| Modifier and Type | Field and Description |
|---|---|
static 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 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(Object obj)
Compares this object to the specified object.
|
String |
getCode()
Gets the code of this enum value.
|
String |
getType()
Gets the type this enum value belongs to.
|
int |
hashCode()
Returns a hash code for this
MobileMessageError. |
String |
toString()
Returns the code representing this enum value.
|
static MobileMessageError |
valueOf(String code)
Returns a MobileMessageError instance representing the specified enum value.
|
public static final String _TYPECODE
public static final 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(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.public String getCode()
getCode in interface HybrisEnumValuepublic String getType()
getType in interface HybrisEnumValuepublic int hashCode()
MobileMessageError.public String toString()
public static MobileMessageError valueOf(String code)
code - an enum valueCopyright © 2017 SAP SE. All Rights Reserved.