Interface AnsweredCallEvent.Builder
- All Superinterfaces:
VoiceWebhookCallEvent.Builder
,VoiceWebhookEvent.Builder<AnsweredCallEvent.Builder>
- Enclosing interface:
AnsweredCallEvent
public static interface AnsweredCallEvent.Builder
extends VoiceWebhookEvent.Builder<AnsweredCallEvent.Builder>, VoiceWebhookCallEvent.Builder
Dedicated Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create instancesee gettersetApplicationKey
(String applicationKey) see gettersee gettersetTimestamp
(Instant timestamp) see getterMethods inherited from interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookEvent.Builder
setCallid, setVersion
-
Method Details
-
setTimestamp
see getter- Specified by:
setTimestamp
in interfaceVoiceWebhookCallEvent.Builder
- Parameters:
timestamp
- see getter- Returns:
- Current builder
- See Also:
-
setCustom
see getter- Specified by:
setCustom
in interfaceVoiceWebhookCallEvent.Builder
- Parameters:
custom
- see getter- Returns:
- Current builder
- See Also:
-
setApplicationKey
see getter- Specified by:
setApplicationKey
in interfaceVoiceWebhookCallEvent.Builder
- Parameters:
applicationKey
- see getter- Returns:
- Current builder
- See Also:
-
setAmd
see getter- Parameters:
amd
- see getter- Returns:
- Current builder
- See Also:
-
build
AnsweredCallEvent build()Create instance- Specified by:
build
in interfaceVoiceWebhookCallEvent.Builder
- Specified by:
build
in interfaceVoiceWebhookEvent.Builder<AnsweredCallEvent.Builder>
- Returns:
- The instance build with current builder values
-