Interface ActionSummary.Builder

    • Method Detail

      • actionType

        ActionSummary.Builder actionType​(String actionType)

        The action type.

        Parameters:
        actionType - The action type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionType, ActionType
      • actionType

        ActionSummary.Builder actionType​(ActionType actionType)

        The action type.

        Parameters:
        actionType - The action type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionType, ActionType