Package com.openai.models
Interface AnnotationDelta.Visitor
-
- All Implemented Interfaces:
public interface AnnotationDelta.Visitor<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract T
visitFileCitationDeltaAnnotation(FileCitationDeltaAnnotation fileCitationDeltaAnnotation)
abstract T
visitFilePathDeltaAnnotation(FilePathDeltaAnnotation filePathDeltaAnnotation)
T
unknown(JsonValue json)
-
-
Method Detail
-
visitFileCitationDeltaAnnotation
abstract T visitFileCitationDeltaAnnotation(FileCitationDeltaAnnotation fileCitationDeltaAnnotation)
-
visitFilePathDeltaAnnotation
abstract T visitFilePathDeltaAnnotation(FilePathDeltaAnnotation filePathDeltaAnnotation)
-
-
-
-