Uses of Class
org.openapitools.client.model.MatchCondition
-
Packages that use MatchCondition Package Description org.openapitools.client.model -
-
Uses of MatchCondition in org.openapitools.client.model
Methods in org.openapitools.client.model that return MatchCondition Modifier and Type Method Description static MatchConditionMatchCondition. fromJson(String jsonString)Create an instance of MatchCondition given an JSON stringMethods in org.openapitools.client.model that return types with arguments of type MatchCondition Modifier and Type Method Description @Valid List<MatchCondition>FieldCondition. getMatch()Match is the value to match on the field.Methods in org.openapitools.client.model with parameters of type MatchCondition Modifier and Type Method Description FieldConditionFieldCondition. addMatchItem(MatchCondition matchItem)Method parameters in org.openapitools.client.model with type arguments of type MatchCondition Modifier and Type Method Description FieldConditionFieldCondition. match(List<MatchCondition> match)voidFieldCondition. setMatch(List<MatchCondition> match)
-