Interface ContactId

All Superinterfaces:
Recipient

public interface ContactId extends Recipient
Contact ID
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting builder
    The ID of the contact.
  • Method Details

    • getContactId

      String getContactId()
      The ID of the contact.
      Returns:
      contactId
    • builder

      static ContactId.Builder builder()
      Getting builder
      Returns:
      New Builder instance