Interface AddCommunicationToCaseRequest.Builder

    • Method Detail

      • caseId

        AddCommunicationToCaseRequest.Builder caseId​(String caseId)

        The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

        Parameters:
        caseId - The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • communicationBody

        AddCommunicationToCaseRequest.Builder communicationBody​(String communicationBody)

        The body of an email communication to add to the support case.

        Parameters:
        communicationBody - The body of an email communication to add to the support case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ccEmailAddresses

        AddCommunicationToCaseRequest.Builder ccEmailAddresses​(Collection<String> ccEmailAddresses)

        The email addresses in the CC line of an email to be added to the support case.

        Parameters:
        ccEmailAddresses - The email addresses in the CC line of an email to be added to the support case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ccEmailAddresses

        AddCommunicationToCaseRequest.Builder ccEmailAddresses​(String... ccEmailAddresses)

        The email addresses in the CC line of an email to be added to the support case.

        Parameters:
        ccEmailAddresses - The email addresses in the CC line of an email to be added to the support case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attachmentSetId

        AddCommunicationToCaseRequest.Builder attachmentSetId​(String attachmentSetId)

        The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet

        Parameters:
        attachmentSetId - The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling AddAttachmentsToSet
        Returns:
        Returns a reference to this object so that method calls can be chained together.