Package com.openai.models
        Class CompoundFilter
- 
                    
                    - All Implemented Interfaces:
 
 public final class CompoundFilterCombine multiple filters using andoror.
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classCompoundFilter.BuilderA builder for CompoundFilter. public final classCompoundFilter.FilterA filter used to compare a specified attribute key to a given value using a defined comparison operation. public final classCompoundFilter.TypeType of operation: andoror.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final List<CompoundFilter.Filter>filters()Array of filters to combine. final CompoundFilter.Typetype()Type of operation: andoror.final JsonField<List<CompoundFilter.Filter>>_filters()Returns the raw JSON value of filters. final JsonField<CompoundFilter.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final CompoundFilter.BuildertoBuilder()final CompoundFiltervalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CompoundFilter.Builderbuilder()Returns a mutable builder for constructing an instance of CompoundFilter. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        filtersfinal List<CompoundFilter.Filter> filters() Array of filters to combine. Items can be ComparisonFilterorCompoundFilter.
 - 
                                        typefinal CompoundFilter.Type type() Type of operation: andoror.
 - 
                                        _filtersfinal JsonField<List<CompoundFilter.Filter>> _filters() Returns the raw JSON value of filters. Unlike filters, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _typefinal JsonField<CompoundFilter.Type> _type() Returns the raw JSON value of type. Unlike type, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal CompoundFilter.Builder toBuilder() 
 - 
                                        validatefinal CompoundFilter validate() 
 - 
                                        builderfinal static CompoundFilter.Builder builder() Returns a mutable builder for constructing an instance of CompoundFilter. The following fields are required: .filters() .type()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-