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 TvisitFileCitationDeltaAnnotation(FileCitationDeltaAnnotation fileCitationDeltaAnnotation)abstract TvisitFilePathDeltaAnnotation(FilePathDeltaAnnotation filePathDeltaAnnotation)Tunknown(JsonValue json)-
-
Method Detail
-
visitFileCitationDeltaAnnotation
abstract T visitFileCitationDeltaAnnotation(FileCitationDeltaAnnotation fileCitationDeltaAnnotation)
-
visitFilePathDeltaAnnotation
abstract T visitFilePathDeltaAnnotation(FilePathDeltaAnnotation filePathDeltaAnnotation)
-
-
-
-