Interface ReasonSummary.Builder

    • Method Detail

      • description

        ReasonSummary.Builder description​(String description)

        A description of the reasoning of a result of checking for access.

        Parameters:
        description - A description of the reasoning of a result of checking for access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statementIndex

        ReasonSummary.Builder statementIndex​(Integer statementIndex)

        The index number of the reason statement.

        Parameters:
        statementIndex - The index number of the reason statement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statementId

        ReasonSummary.Builder statementId​(String statementId)

        The identifier for the reason statement.

        Parameters:
        statementId - The identifier for the reason statement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.