Class Audio
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.whatsapp.platform.message.Audio
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
ID for the audio fileMime type for the audio fileaudio hashboolean
isVoice()
true if this is a voice messagevoid
ID for the audio filevoid
setMimeType
(String mimeType) Mime type for the audio filevoid
audio hashvoid
setVoice
(boolean voice) true if this is a voice messageMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Audio
public Audio()
-
-
Method Details
-
getId
ID for the audio file -
setId
ID for the audio file -
getMimeType
Mime type for the audio file -
setMimeType
Mime type for the audio file -
getSha256
audio hash -
setSha256
audio hash -
isVoice
true if this is a voice message -
setVoice
true if this is a voice message
-