@Beta public class BillingDocumentRequestSuccssrDocCrtedMessageFactory extends Object implements MessageFactory<BillingDocumentRequestSuccssrDocCrtedMessage>
MessageFactory
interface to encapsulate the creation of a
BillingDocumentRequestSuccssrDocCrtedMessage
.Constructor and Description |
---|
BillingDocumentRequestSuccssrDocCrtedMessageFactory() |
Modifier and Type | Method and Description |
---|---|
BillingDocumentRequestSuccssrDocCrtedMessage |
newMessage(String content)
Creates a new
BillingDocumentRequestSuccssrDocCrtedMessage with the content of the message
content/payload. |
public BillingDocumentRequestSuccssrDocCrtedMessageFactory()
@Nonnull public BillingDocumentRequestSuccssrDocCrtedMessage newMessage(@Nonnull String content)
BillingDocumentRequestSuccssrDocCrtedMessage
with the content of the message
content/payload.newMessage
in interface MessageFactory<BillingDocumentRequestSuccssrDocCrtedMessage>
content
- The content/payload of the message.Copyright © 2019 SAP SE. All rights reserved.