Interface CreateCaseActionDefinition.Builder

    • Method Detail

      • fields

        CreateCaseActionDefinition.Builder fields​(Collection<FieldValue> fields)

        An array of objects with Field ID and Value data.

        Parameters:
        fields - An array of objects with Field ID and Value data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        CreateCaseActionDefinition.Builder fields​(FieldValue... fields)

        An array of objects with Field ID and Value data.

        Parameters:
        fields - An array of objects with Field ID and Value data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateId

        CreateCaseActionDefinition.Builder templateId​(String templateId)

        A unique identifier of a template.

        Parameters:
        templateId - A unique identifier of a template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.