Class CallEvent.Builder<B extends CallEvent.Builder<B>>
- java.lang.Object
-
- com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent.Builder<B>
-
- com.sinch.sdk.domains.voice.models.webhooks.CallEvent.Builder<B>
-
- Direct Known Subclasses:
AnsweredCallEvent.Builder,DisconnectCallEvent.Builder,IncomingCallEvent.Builder,PromptInputEvent.Builder
- Enclosing class:
- CallEvent
public static class CallEvent.Builder<B extends CallEvent.Builder<B>> extends WebhooksEvent.Builder<B>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallEventbuild()BsetCustom(String custom)BsetTimestamp(Instant timestamp)-
Methods inherited from class com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent.Builder
setCallId, setVersion
-
-
-
-
Method Detail
-
build
public CallEvent build()
- Overrides:
buildin classWebhooksEvent.Builder<B extends CallEvent.Builder<B>>
-
-