Interface MapIterationEventDetails.Builder

    • Method Detail

      • name

        MapIterationEventDetails.Builder name​(String name)

        The name of the iteration’s parent Map state.

        Parameters:
        name - The name of the iteration’s parent Map state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • index

        MapIterationEventDetails.Builder index​(Integer index)

        The index of the array belonging to the Map state iteration.

        Parameters:
        index - The index of the array belonging to the Map state iteration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.