Class FileMetadataElement.Builder
java.lang.Object
org.jivesoftware.smackx.file_metadata.element.FileMetadataElement.Builder
- Enclosing class:
- FileMetadataElement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddDescription
(String description) addDescription
(String description, String language) addHash
(HashElement hashElement) addThumbnail
(ThumbnailElement thumbnail) build()
setDimensions
(int width, int height) setHeight
(int height) setLength
(long length) setMediaType
(String mediaType) setModificationDate
(Date date) setSize
(long size) setWidth
(int width)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setModificationDate
-
setDimensions
-
setHeight
-
setWidth
-
addDescription
-
addDescription
-
addHash
-
setLength
-
setMediaType
-
setName
-
setSize
-
addThumbnail
-
build
-