Interface MutableAttachment
- All Superinterfaces:
Attachment,Serializable
- All Known Implementing Classes:
AttachmentImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllowedMimeTypes(String mimeType) voidremoveAllowedMimeTypes(String mimeType) voidsetAllowedMimeTypes(Collection<String> mimeTypes) voidsetCanBeRemovedByAttachmentManager(boolean canBeRemoved) voidsetDescription(String description) voidvoidvoidsetRequired(boolean required) voidMethods inherited from interface Attachment
allowedMimeTypes, canBeRemovedByAttachmentManager, description, id, isRequired, name, tag
-
Method Details
-
setId
-
setRequired
void setRequired(boolean required) -
setCanBeRemovedByAttachmentManager
void setCanBeRemovedByAttachmentManager(boolean canBeRemoved) -
setName
-
setDescription
-
setTag
-
addAllowedMimeTypes
-
removeAllowedMimeTypes
-
setAllowedMimeTypes
-