Class WebhooksEvent
- java.lang.Object
-
- com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent
-
- Direct Known Subclasses:
CallEvent,NotifyEvent
public class WebhooksEvent extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhooksEvent.Builder<B extends WebhooksEvent.Builder<B>>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebhooksEvent.Builder<?>builder()StringgetCallId()The unique ID assigned to call related to this eventIntegergetVersion()The current API versionStringtoString()
-
-
-
Method Detail
-
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
-
builder
public static WebhooksEvent.Builder<?> builder()
-
-