ContentInfo class
Provides high level information about content parts.
Compare MimeMessage.listContentInfo()
.
Constructors
- ContentInfo.new(String fetchId)
Properties
- cid ↔ String?
-
getter/setter pair
- contentDisposition ↔ ContentDispositionHeader?
-
getter/setter pair
- contentType ↔ ContentTypeHeader?
-
getter/setter pair
- fetchId → String
-
final
- fileName → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isApplication → bool
-
no setter
- isAudio → bool
-
no setter
- isFont → bool
-
no setter
- isImage → bool
-
no setter
- isMessage → bool
-
no setter
- isModel → bool
-
no setter
- isMultipart → bool
-
no setter
- isOther → bool
-
no setter
- isText → bool
-
no setter
- isVideo → bool
-
no setter
- mediaType → MediaType?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited