Class WebhooksEvent

java.lang.Object
com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent
Direct Known Subclasses:
CallEvent, NotifyEvent

public class WebhooksEvent extends Object
  • Method Details

    • getCallId

      public String getCallId()
      The unique ID assigned to call related to this event
      Returns:
      Call ID value
    • getVersion

      public Integer getVersion()
      The current API version
      Returns:
      API version sending the event
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static WebhooksEvent.Builder<?> builder()