Interface RuleDelegationContract

All Known Implementing Classes:
RuleDelegation, RuleDelegation.Builder

public interface RuleDelegationContract
  • Method Details

    • getDelegationType

      DelegationType getDelegationType()
      type of delegation for the RuleDelegation

      Determines what kind of delegation the RuleDelegation is

      Returns:
      delegationType
    • getDelegationRule

      RuleContract getDelegationRule()
      rule associated with the RuleDelegation

      This rule is run for the original rule as the delegate

      Returns:
      delegationRule