Class Recording

java.lang.Object
com.vonage.client.voice.Recording

public class Recording
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Recording​(org.apache.http.HttpResponse response)  
  • Method Summary

    Modifier and Type Method Description
    java.io.InputStream getContent()  
    void save​(java.lang.String path)  
    void save​(java.nio.file.Path path)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getContent

      public java.io.InputStream getContent() throws java.io.IOException
      Throws:
      java.io.IOException
    • save

      public void save​(java.lang.String path) throws java.io.IOException
      Throws:
      java.io.IOException
    • save

      public void save​(java.nio.file.Path path) throws java.io.IOException
      Throws:
      java.io.IOException