Package com.openai.core
        Class JsonMissing
- 
                    
                    - All Implemented Interfaces:
 
 public final class JsonMissing extends JsonValue A JsonValue representing an omitted JSON field. An instance of this class will cause a JSON field to be omitted from the serialized JSON entirely. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classJsonMissing.Serializer
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description JsonMissing()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringtoString()final static JsonMissingof()Returns the singleton instance of JsonMissing. - 
                                            
                                        
                                            Methods inherited from class com.openai.core.JsonValueaccept, convert, convert
- 
                                            
                                        
                                            Methods inherited from class com.openai.core.JsonFieldaccept, asArray, asBoolean, asKnown, asNumber, asObject, asString, asStringOrThrow, asUnknown, isMissing, isNull
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        offinal static JsonMissing of() Returns the singleton instance of JsonMissing. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-