Interface NotificationEvent.Builder
- All Superinterfaces:
VoiceWebhookEvent.Builder<NotificationEvent.Builder>
- Enclosing interface:
NotificationEvent
public static interface NotificationEvent.Builder
extends VoiceWebhookEvent.Builder<NotificationEvent.Builder>
Dedicated Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Create instancesee gettersee gettersetDestination(String destination) see gettersee getterMethods inherited from interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookEvent.Builder
setCallid, setConferenceId, setVersion
-
Method Details
-
setType
see getter- Parameters:
type- see getter- Returns:
- Current builder
- See Also:
-
setDestination
see getter- Parameters:
destination- see getter- Returns:
- Current builder
- See Also:
-
setAmd
see getter- Parameters:
amd- see getter- Returns:
- Current builder
- See Also:
-
setCustom
see getter- Parameters:
custom- see getter- Returns:
- Current builder
- See Also:
-
build
NotificationEvent build()Create instance- Specified by:
buildin interfaceVoiceWebhookEvent.Builder<NotificationEvent.Builder>- Returns:
- The instance build with current builder values
-