Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Method and Description |
---|---|
static MessageType |
MessageType.fromIdentifier(String identifier) |
MessageType |
RemoteFunctionMessage.getMessageType() |
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConvertedObject<MessageType> |
MessageTypeConverter.fromDomainNonNull(String domainObject) |
Class<MessageType> |
MessageTypeConverter.getType() |
ErpTypeConverter<MessageType> |
MessageType.getTypeConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
MessageTypeConverter.toDomainNonNull(MessageType object) |
Constructor and Description |
---|
RemoteFunctionMessage(MessageType messageType,
MessageClass messageClass,
MessageNumber messageNumber,
String messageText) |
Copyright © 2018 SAP SE. All rights reserved.