public class AS2MdnAttributesBuilder extends Object
| Constructor and Description |
|---|
AS2MdnAttributesBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AS2MdnAttributes |
build() |
AS2MdnAttributesBuilder |
withAs2MessageId(String as2MessageId) |
AS2MdnAttributesBuilder |
withDispositionContent(org.mule.runtime.api.util.MultiMap<String,List<String>> dispositionContent) |
AS2MdnAttributesBuilder |
withFromName(String fromName) |
AS2MdnAttributesBuilder |
withHeaders(org.mule.runtime.api.util.MultiMap<String,String> headers) |
AS2MdnAttributesBuilder |
withMdnAlg(HashAlgorithm mdnAlg) |
AS2MdnAttributesBuilder |
withMdnMic(String mdnMic) |
AS2MdnAttributesBuilder |
withMdnProcessed(boolean mdnProcessed) |
AS2MdnAttributesBuilder |
withOriginalAS2MessageId(String originalAS2MessageId) |
AS2MdnAttributesBuilder |
withReportText(String reportText) |
AS2MdnAttributesBuilder |
withToName(String toName) |
public AS2MdnAttributes build()
public AS2MdnAttributesBuilder withFromName(String fromName)
public AS2MdnAttributesBuilder withToName(String toName)
public AS2MdnAttributesBuilder withAs2MessageId(String as2MessageId)
public AS2MdnAttributesBuilder withHeaders(org.mule.runtime.api.util.MultiMap<String,String> headers)
public AS2MdnAttributesBuilder withOriginalAS2MessageId(String originalAS2MessageId)
public AS2MdnAttributesBuilder withMdnProcessed(boolean mdnProcessed)
public AS2MdnAttributesBuilder withDispositionContent(org.mule.runtime.api.util.MultiMap<String,List<String>> dispositionContent)
public AS2MdnAttributesBuilder withReportText(String reportText)
public AS2MdnAttributesBuilder withMdnMic(String mdnMic)
public AS2MdnAttributesBuilder withMdnAlg(HashAlgorithm mdnAlg)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.