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 types with arguments of type CriterionModifier and TypeMethodDescriptionFailureAction.getCriteria()SuccessAction.getCriteria()Step.getSuccessCriteria()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)