Class RuleApproverImpl

java.lang.Object
com.commercetools.api.models.approval_rule.RuleApproverImpl
All Implemented Interfaces:
RuleApprover, io.vrap.rmf.base.client.ModelBase

public class RuleApproverImpl extends Object implements RuleApprover, io.vrap.rmf.base.client.ModelBase
RuleApprover
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    The Associate Role that is allowed to approve at a given stage in the approval process.
    int
     
    void
    The Associate Role that is allowed to approve at a given stage in the approval process.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString

    Methods inherited from interface com.commercetools.api.models.approval_rule.RuleApprover

    withRuleApprover
  • Constructor Details

    • RuleApproverImpl

      public RuleApproverImpl()
      create empty instance
  • Method Details