Interface ActionIdentifier.Builder

    • Method Detail

      • actionType

        ActionIdentifier.Builder actionType​(String actionType)

        The type of an action.

        Parameters:
        actionType - The type of an action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionId

        ActionIdentifier.Builder actionId​(String actionId)

        The ID of an action.

        Parameters:
        actionId - The ID of an action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.