Uses of Class
com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
Packages that use AS4OutgoingAttachment.Builder
-
Uses of AS4OutgoingAttachment.Builder in com.helger.phase4.attachment
Methods in com.helger.phase4.attachment that return AS4OutgoingAttachment.BuilderModifier and TypeMethodDescription@NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.Builder.addCustomProperties(@Nullable com.helger.collection.commons.ICommonsOrderedMap<String, String> a) Add the provided map of custom properties.@NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.Builder.addCustomProperty(@Nullable String sKey, @Nullable String sValue) Add a single custom property.static @NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.builder()Create a new builder.@NonNull AS4OutgoingAttachment.BuilderDefine the charset of the outgoing attachment.@NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.Builder.compression(@Nullable EAS4CompressionMode e) @NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.Builder.compressionGZIP()Shortcut forcompression (EAS4CompressionMode.GZIP)@NonNull AS4OutgoingAttachment.Builder@NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.Builder.customProperties(@Nullable com.helger.collection.commons.ICommonsOrderedMap<String, String> a) Use the provided map of custom properties.@NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.Builder.customProperty(@Nullable String sKey, @Nullable String sValue) Remove all existing custom properties and only use the provided one.@NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.Builder.data(byte @Nullable [] a) @NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.Builder.data(@Nullable com.helger.base.array.bytes.ByteArrayWrapper a) @NonNull AS4OutgoingAttachment.Builder@NonNull AS4OutgoingAttachment.Builder@NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.Builder.mimeType(@Nullable com.helger.mime.IMimeType a) @NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.Builder.mimeTypeXML()Shortcut formimeType (CMimeType.APPLICATION_XML)@NonNull AS4OutgoingAttachment.BuilderAS4OutgoingAttachment.Builder.reandomContentID() -
Uses of AS4OutgoingAttachment.Builder in com.helger.phase4.sender
Methods in com.helger.phase4.sender with parameters of type AS4OutgoingAttachment.BuilderModifier and TypeMethodDescriptionfinal @NonNull IMPLTYPEAbstractAS4UserMessageBuilder.addAttachment(@Nullable AS4OutgoingAttachment.Builder a) Add an optional attachmentfinal @NonNull IMPLTYPEAbstractAS4UserMessageBuilder.attachment(@Nullable AS4OutgoingAttachment.Builder a) Set optional attachment.final @NonNull IMPLTYPEAbstractAS4UserMessageBuilderMIMEPayload.payload(@Nullable AS4OutgoingAttachment.Builder aBuilder) Set the payload to be send out.