java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.whatsapp.platform.message.Audio
All Implemented Interfaces:
Serializable

public class Audio extends AbstractFacebookType
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      ID for the audio file
    • setId

      public void setId(String id)
      ID for the audio file
    • getMimeType

      public String getMimeType()
      Mime type for the audio file
    • setMimeType

      public void setMimeType(String mimeType)
      Mime type for the audio file
    • getSha256

      public String getSha256()
      audio hash
    • setSha256

      public void setSha256(String sha256)
      audio hash
    • isVoice

      public boolean isVoice()
      true if this is a voice message
    • setVoice

      public void setVoice(boolean voice)
      true if this is a voice message