Uses of Class
security.whisper.javastix.coo.types.MimePartType.Builder
Packages that use MimePartType.Builder
-
Uses of MimePartType.Builder in security.whisper.javastix.coo.types
Methods in security.whisper.javastix.coo.types that return MimePartType.BuilderModifier and TypeMethodDescriptionfinal MimePartType.BuilderInitializes the optional valuebodyto body.final MimePartType.BuilderInitializes the optional valuebodyto body.final MimePartType.BuilderMimePartType.Builder.bodyRawRef(String bodyRawRef) Initializes the optional valuebodyRawRefto bodyRawRef.final MimePartType.BuilderMimePartType.Builder.bodyRawRef(Optional<String> bodyRawRef) Initializes the optional valuebodyRawRefto bodyRawRef.static MimePartType.BuilderMimePartType.builder()Creates a builder forMimePartType.final MimePartType.BuilderMimePartType.Builder.contentDisposition(String contentDisposition) Initializes the optional valuecontentDispositionto contentDisposition.final MimePartType.BuilderMimePartType.Builder.contentDisposition(Optional<String> contentDisposition) Initializes the optional valuecontentDispositionto contentDisposition.final MimePartType.BuilderMimePartType.Builder.contentType(String contentType) Initializes the optional valuecontentTypeto contentType.final MimePartType.BuilderMimePartType.Builder.contentType(Optional<String> contentType) Initializes the optional valuecontentTypeto contentType.final MimePartType.BuilderMimePartType.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.final MimePartType.BuilderMimePartType.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.final MimePartType.BuilderMimePartType.Builder.from(MimePartTypeObj instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.types.MimePartTypeObjinstance.final MimePartType.BuilderMimePartType.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.final MimePartType.BuilderMimePartType.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.final MimePartType.BuilderMimePartType.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.