Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Method and Description |
---|---|
MessageType |
RemoteFunctionMessage.getMessageType() |
static MessageType |
MessageType.ofIdentifier(String identifier) |
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)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Class<MessageType> |
MessageTypeConverter.getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
ErpTypeConverter<MessageType> |
MessageType.getTypeConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
MessageTypeConverter.toDomainNonNull(MessageType object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
Constructor and Description |
---|
RemoteFunctionMessage(MessageType messageType,
MessageClass messageClass,
MessageNumber messageNumber,
String messageText) |
Copyright © 2018 SAP SE. All rights reserved.