Interface ContactNotification
public interface ContactNotification
ContactNotification
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic ContactNotification.Builder
builder()
Getting builderGet contact
-
Method Details
-
getContact
Contact getContact()Get contact- Returns:
- contact
-
builder
Getting builder- Returns:
- New Builder instance
-