Class ApproverHierarchyImpl

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

public class ApproverHierarchyImpl extends Object implements ApproverHierarchy, io.vrap.rmf.base.client.ModelBase

Describes the order in which Associates can approve the matched Order.

  • 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
     
    All of the nested conjunctions must be approved in order for the hierarchy to be considered approved.
    int
     
    void
    All of the nested conjunctions must be approved in order for the hierarchy to be considered approved.
    void
    All of the nested conjunctions must be approved in order for the hierarchy to be considered approved.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

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

    withApproverHierarchy

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

    reflectionString, reflectionString
  • Constructor Details

    • ApproverHierarchyImpl

      public ApproverHierarchyImpl()
      create empty instance
  • Method Details