Interface ApprovalResult.Builder

    • Method Detail

      • summary

        ApprovalResult.Builder summary​(String summary)

        The summary of the current status of the approval request.

        Parameters:
        summary - The summary of the current status of the approval request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ApprovalResult.Builder status​(String status)

        The response submitted by a reviewer assigned to an approval action request.

        Parameters:
        status - The response submitted by a reviewer assigned to an approval action request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApprovalStatus, ApprovalStatus
      • status

        ApprovalResult.Builder status​(ApprovalStatus status)

        The response submitted by a reviewer assigned to an approval action request.

        Parameters:
        status - The response submitted by a reviewer assigned to an approval action request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApprovalStatus, ApprovalStatus