Klasse Audio
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.whatsapp.platform.message.Audio
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetId()
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 messageVon Klasse geerbte Methoden com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Konstruktordetails
-
Audio
public Audio()
-
-
Methodendetails
-
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
-