Uses of Class
com.apiflows.model.Criterion
Packages that use Criterion
-
Uses of Criterion in com.apiflows.model
Methods in com.apiflows.model that return CriterionModifier and TypeMethodDescriptionMethods in com.apiflows.model that return types with arguments of type CriterionModifier and TypeMethodDescriptionFailureAction.getCriteria()SuccessAction.getCriteria()Step.getSuccessCriteria()Methods in com.apiflows.model with parameters of type CriterionModifier and TypeMethodDescriptionvoidFailureAction.addCriteria(Criterion criterion) voidSuccessAction.addCriteria(Criterion criterion) Method parameters in com.apiflows.model with type arguments of type CriterionModifier and TypeMethodDescriptionvoidFailureAction.setCriteria(List<Criterion> criteria) voidSuccessAction.setCriteria(List<Criterion> criteria) voidStep.setSuccessCriteria(List<Criterion> successCriteria) Step.successCriteria(List<Criterion> successCriteria)