Uses of Class
security.whisper.javastix.coo.types.MimePartType
Packages that use MimePartType
-
Uses of MimePartType in security.whisper.javastix.coo.types
Methods in security.whisper.javastix.coo.types that return MimePartTypeModifier and TypeMethodDescriptionMimePartType.Builder.build()Builds a newMimePartType.static MimePartTypeMimePartType.copyOf(MimePartTypeObj instance) Creates an immutable copy of aMimePartTypeObjvalue.final MimePartTypeCopy the current immutable object by setting a present value for the optionalbodyattribute.final MimePartTypeCopy the current immutable object by setting an optional value for thebodyattribute.final MimePartTypeMimePartType.withBodyRawRef(String value) Copy the current immutable object by setting a present value for the optionalbodyRawRefattribute.final MimePartTypeMimePartType.withBodyRawRef(Optional<String> optional) Copy the current immutable object by setting an optional value for thebodyRawRefattribute.final MimePartTypeMimePartType.withContentDisposition(String value) Copy the current immutable object by setting a present value for the optionalcontentDispositionattribute.final MimePartTypeMimePartType.withContentDisposition(Optional<String> optional) Copy the current immutable object by setting an optional value for thecontentDispositionattribute.final MimePartTypeMimePartType.withContentType(String value) Copy the current immutable object by setting a present value for the optionalcontentTypeattribute.final MimePartTypeMimePartType.withContentType(Optional<String> optional) Copy the current immutable object by setting an optional value for thecontentTypeattribute.final MimePartTypeMimePartType.withCustomProperties(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thecustomPropertiesmap with the specified map.