Interface QuickConnectContactData.Builder

  • Method Details

    • contactId

      The contact ID for quick connect contact data.

      Parameters:
      contactId - The contact ID for quick connect contact data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • initiationTimestamp

      QuickConnectContactData.Builder initiationTimestamp(Instant initiationTimestamp)

      Timestamp when the quick connect contact was initiated.

      Parameters:
      initiationTimestamp - Timestamp when the quick connect contact was initiated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • quickConnectId

      QuickConnectContactData.Builder quickConnectId(String quickConnectId)

      The quick connect ID.

      Parameters:
      quickConnectId - The quick connect ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • quickConnectName

      QuickConnectContactData.Builder quickConnectName(String quickConnectName)

      The name of the quick connect.

      Parameters:
      quickConnectName - The name of the quick connect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • quickConnectType

      QuickConnectContactData.Builder quickConnectType(String quickConnectType)

      The type of the quick connect.

      Parameters:
      quickConnectType - The type of the quick connect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • quickConnectType

      QuickConnectContactData.Builder quickConnectType(QuickConnectType quickConnectType)

      The type of the quick connect.

      Parameters:
      quickConnectType - The type of the quick connect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: