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
Methods inherited from interface com.sinch.sdk.domains.voice.models.v1.webhooks.VoiceWebhookEvent.Builder
setCallid, setVersion
-
Method Details
-
setType
see getter- Parameters:
type
- 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:
build
in interfaceVoiceWebhookEvent.Builder<NotificationEvent.Builder>
- Returns:
- The instance build with current builder values
-