Class VoiceRepository

    • Constructor Summary

      Constructors 
      Constructor Description
      VoiceRepository​(java.lang.String projectId, java.lang.String apiToken, java.lang.String spaceUrl)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CallResponse calls()
      Get all the voice calls in a particular project
      CallResponse calls​(CallFilter filter)
      Get all the calls using the below parameters
      Call create​(VoiceBuilder builder)
      Create a call using the below and following parameters
      SuccessResponse delete​(java.lang.String sid)
      Delete a call using the following parameter
      Call get​(java.lang.String sid)
      Get information of a Call by using SID
      Call update​(java.lang.String sid, VoiceBuilder callInfo)
      Update the item of a call using the SID
      • Methods inherited from class java.lang.Object

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

      • VoiceRepository

        public VoiceRepository​(java.lang.String projectId,
                               java.lang.String apiToken,
                               java.lang.String spaceUrl)