Class ApproverConjunctionImpl

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

public class ApproverConjunctionImpl extends Object implements ApproverConjunction, io.vrap.rmf.base.client.ModelBase
ApproverConjunction
  • 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 disjunctions must be approved in order for the conjunction to be considered approved.
    int
     
    void
    All of the nested disjunctions must be approved in order for the conjunction to be considered approved.
    void
    All of the nested disjunctions must be approved in order for the conjunction to be considered approved.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

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

    withApproverConjunction

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

    reflectionString, reflectionString
  • Constructor Details

    • ApproverConjunctionImpl

      public ApproverConjunctionImpl()
      create empty instance
  • Method Details