| Package | Description |
|---|---|
| com.mulesoft.connector.as2.api | |
| com.mulesoft.connector.as2.internal.model.builder |
| Modifier and Type | Method and Description |
|---|---|
RequestReceipt |
PrepareSendAttributes.getRequestReceipt() |
static RequestReceipt |
RequestReceipt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestReceipt[] |
RequestReceipt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PrepareSendAttributes(String fromName,
String respondToEmailAddress,
String toName,
HashAlgorithm micAlg,
HashAlgorithm mdnMicAlg,
EncryptionAlgorithm encryptionAlgorithm,
EncodingType transferEncoding,
RequestReceipt requestReceipt,
AS2Compression as2Compression,
String partnerPemContent,
String selfPemContent,
String privateKeyPassword,
String receiptDeliveryUrl) |
| Modifier and Type | Method and Description |
|---|---|
PrepareSendAttributesBuilder |
PrepareSendAttributesBuilder.withRequestReceipt(RequestReceipt requestReceipt) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.