Uses of Class
org.openapitools.client.model.FieldCondition
-
Packages that use FieldCondition Package Description org.openapitools.client.model -
-
Uses of FieldCondition in org.openapitools.client.model
Methods in org.openapitools.client.model that return FieldCondition Modifier and Type Method Description FieldConditionFieldCondition. addMatchItem(MatchCondition matchItem)FieldConditionFieldCondition. field(String field)static FieldConditionFieldCondition. fromJson(String jsonString)Create an instance of FieldCondition given an JSON stringFieldConditionFieldCondition. match(List<MatchCondition> match)FieldConditionFieldCondition. range(Range range)Methods in org.openapitools.client.model that return types with arguments of type FieldCondition Modifier and Type Method Description @Valid List<@Valid FieldCondition>ChunkFilter. getMust()All of these field conditions have to match for the chunk to be included in the result set.@Valid List<@Valid FieldCondition>ChunkFilter. getMustNot()None of these field conditions can match for the chunk to be included in the result set.@Valid List<@Valid FieldCondition>ChunkFilter. getShould()Only one of these field conditions has to match for the chunk to be included in the result set.Methods in org.openapitools.client.model with parameters of type FieldCondition Modifier and Type Method Description ChunkFilterChunkFilter. addMustItem(FieldCondition mustItem)ChunkFilterChunkFilter. addMustNotItem(FieldCondition mustNotItem)ChunkFilterChunkFilter. addShouldItem(FieldCondition shouldItem)Method parameters in org.openapitools.client.model with type arguments of type FieldCondition Modifier and Type Method Description ChunkFilterChunkFilter. must(List<@Valid FieldCondition> must)ChunkFilterChunkFilter. mustNot(List<@Valid FieldCondition> mustNot)voidChunkFilter. setMust(List<@Valid FieldCondition> must)voidChunkFilter. setMustNot(List<@Valid FieldCondition> mustNot)voidChunkFilter. setShould(List<@Valid FieldCondition> should)ChunkFilterChunkFilter. should(List<@Valid FieldCondition> should)
-