Interface ContactId.Builder
- Enclosing interface:
ContactId
public static interface ContactId.Builder
Dedicated Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create instancesetContactId
(String contactId) see getter
-
Method Details
-
setContactId
see getter- Parameters:
contactId
- see getter- Returns:
- Current builder
- See Also:
-
build
ContactId build()Create instance- Returns:
- The instance build with current builder values
-