Interface ApprovalRuleEventMetadata.Builder

  • Method Details

    • approvalRuleName

      ApprovalRuleEventMetadata.Builder approvalRuleName(String approvalRuleName)

      The name of the approval rule.

      Parameters:
      approvalRuleName - The name of the approval rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • approvalRuleId

      ApprovalRuleEventMetadata.Builder approvalRuleId(String approvalRuleId)

      The system-generated ID of the approval rule.

      Parameters:
      approvalRuleId - The system-generated ID of the approval rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • approvalRuleContent

      ApprovalRuleEventMetadata.Builder approvalRuleContent(String approvalRuleContent)

      The content of the approval rule.

      Parameters:
      approvalRuleContent - The content of the approval rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.