Class UploadMedia
- java.lang.Object
-
- org.apache.camel.component.whatsapp.model.UploadMedia
-
public class UploadMedia extends Object
-
-
Constructor Summary
Constructors Constructor Description UploadMedia(File file, String contentType)UploadMedia(String name, InputStream fileStream, String contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()FilegetFile()InputStreamgetFileStream()StringgetName()
-
-
-
Constructor Detail
-
UploadMedia
public UploadMedia(String name, InputStream fileStream, String contentType)
-
-
Method Detail
-
getFile
public File getFile()
-
getContentType
public String getContentType()
-
getName
public String getName()
-
getFileStream
public InputStream getFileStream()
-
-