Uses of Enum Class
com.sap.cloud.sdk.s4hana.serialization.MessageType
Packages that use MessageType
-
Uses of MessageType in com.sap.cloud.sdk.s4hana.serialization
Methods in com.sap.cloud.sdk.s4hana.serialization that return MessageTypeModifier and TypeMethodDescriptionRemoteFunctionMessage.getMessageType()
Deprecated.static MessageType
MessageType.ofIdentifier
(String identifier) Deprecated.Static factory method.static MessageType
Deprecated.Returns the enum constant of this class with the specified name.static MessageType[]
MessageType.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cloud.sdk.s4hana.serialization that return types with arguments of type MessageTypeModifier and TypeMethodDescriptionMessageTypeConverter.fromDomainNonNull
(String domainObject) Deprecated.MessageTypeConverter.getType()
Deprecated.MessageType.getTypeConverter()
Deprecated.Methods in com.sap.cloud.sdk.s4hana.serialization with parameters of type MessageTypeModifier and TypeMethodDescriptionMessageTypeConverter.toDomainNonNull
(MessageType object) Deprecated.Constructors in com.sap.cloud.sdk.s4hana.serialization with parameters of type MessageTypeModifierConstructorDescriptionRemoteFunctionMessage
(MessageType messageType, MessageClass messageClass, MessageNumber messageNumber, String messageText) Deprecated.