public static class ConditionsModelBuilder.Conditions extends Object
| Constructor and Description |
|---|
Conditions(List<ConditionModel> ifConditions,
List<ConditionModel> whereConditions) |
| Modifier and Type | Method and Description |
|---|---|
List<ConditionModel> |
getIfConditions() |
List<ConditionModel> |
getWhereConditions() |
public Conditions(List<ConditionModel> ifConditions, List<ConditionModel> whereConditions)
public List<ConditionModel> getIfConditions()
public List<ConditionModel> getWhereConditions()
Copyright © 2021. All rights reserved.