Interface CaseMetadataEntry.Builder

  • Method Details

    • key

      The identifier for the metadata field. This key uniquely identifies the type of metadata being stored, such as "severity", "category", or "assignee".

      Parameters:
      key - The identifier for the metadata field. This key uniquely identifies the type of metadata being stored, such as "severity", "category", or "assignee".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value associated with the metadata key. This contains the actual data for the metadata field identified by the key.

      Parameters:
      value - The value associated with the metadata key. This contains the actual data for the metadata field identified by the key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.