Interface VoiceWebhookCallEvent.Builder
- All Known Subinterfaces:
AnsweredCallEvent.Builder
,DisconnectedCallEvent.Builder
,IncomingCallEvent.Builder
- Enclosing interface:
VoiceWebhookCallEvent
public static interface VoiceWebhookCallEvent.Builder
Dedicated Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create instancesetApplicationKey
(String applicationKey) see gettersee gettersetTimestamp
(Instant timestamp) see getter
-
Method Details
-
setTimestamp
see getter- Parameters:
timestamp
- see getter- Returns:
- Current builder
- See Also:
-
setCustom
see getter- Parameters:
custom
- see getter- Returns:
- Current builder
- See Also:
-
setApplicationKey
see getter- Parameters:
applicationKey
- see getter- Returns:
- Current builder
- See Also:
-
build
VoiceWebhookCallEvent build()Create instance- Returns:
- The instance build with current builder values
-