Interface IncidentResponder.Builder

  • Method Details

    • name

      Parameters:
      name -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobTitle

      IncidentResponder.Builder jobTitle(String jobTitle)

      Parameters:
      jobTitle -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • email

      Parameters:
      email -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • communicationPreferencesWithStrings

      IncidentResponder.Builder communicationPreferencesWithStrings(Collection<String> communicationPreferences)

      Parameters:
      communicationPreferences -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • communicationPreferencesWithStrings

      IncidentResponder.Builder communicationPreferencesWithStrings(String... communicationPreferences)

      Parameters:
      communicationPreferences -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • communicationPreferences

      IncidentResponder.Builder communicationPreferences(Collection<CommunicationType> communicationPreferences)

      Parameters:
      communicationPreferences -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • communicationPreferences

      IncidentResponder.Builder communicationPreferences(CommunicationType... communicationPreferences)

      Parameters:
      communicationPreferences -
      Returns:
      Returns a reference to this object so that method calls can be chained together.