Interface MemoryJsonData.Builder

  • Method Details

    • content

      MemoryJsonData.Builder content(Document content)

      The JSON content of the payload. Accepts any JSON value, including objects, arrays, strings, numbers, booleans, and null. The maximum size is 100 KB.

      Parameters:
      content - The JSON content of the payload. Accepts any JSON value, including objects, arrays, strings, numbers, booleans, and null. The maximum size is 100 KB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.