Interface AnsweredCallEvent.Builder
- All Superinterfaces:
VoiceCallSinchEvent.Builder,VoiceSinchEvent.Builder<AnsweredCallEvent.Builder>
- Enclosing interface:
AnsweredCallEvent
public static interface AnsweredCallEvent.Builder
extends VoiceSinchEvent.Builder<AnsweredCallEvent.Builder>, VoiceCallSinchEvent.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.sinchevents.VoiceSinchEvent.Builder
setCallid, setConferenceId, setVersion
-
Method Details
-
setTimestamp
see getter- Specified by:
setTimestampin interfaceVoiceCallSinchEvent.Builder- Parameters:
timestamp- see getter- Returns:
- Current builder
- See Also:
-
setCustom
see getter- Specified by:
setCustomin interfaceVoiceCallSinchEvent.Builder- Parameters:
custom- see getter- Returns:
- Current builder
- See Also:
-
setApplicationKey
see getter- Specified by:
setApplicationKeyin interfaceVoiceCallSinchEvent.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:
buildin interfaceVoiceCallSinchEvent.Builder- Specified by:
buildin interfaceVoiceSinchEvent.Builder<AnsweredCallEvent.Builder>- Returns:
- The instance build with current builder values
-