Class ResponseOutputText.Annotation
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseOutputText.AnnotationA citation to a file. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceResponseOutputText.Annotation.VisitorAn interface that defines how to map each variant of Annotation to a value of type T. public final classResponseOutputText.Annotation.FileCitationA citation to a file. public final classResponseOutputText.Annotation.UrlCitationA citation for a web resource used to generate a model response. public final classResponseOutputText.Annotation.ContainerFileCitationA citation for a container file used to generate a model response. public final classResponseOutputText.Annotation.FilePathA path to a file. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        fileCitationfinal Optional<ResponseOutputText.Annotation.FileCitation> fileCitation() A citation to a file. 
 - 
                                        urlCitationfinal Optional<ResponseOutputText.Annotation.UrlCitation> urlCitation() A citation for a web resource used to generate a model response. 
 - 
                                        containerFileCitationfinal Optional<ResponseOutputText.Annotation.ContainerFileCitation> containerFileCitation() A citation for a container file used to generate a model response. 
 - 
                                        filePathfinal Optional<ResponseOutputText.Annotation.FilePath> filePath() A path to a file. 
 - 
                                        isFileCitationfinal Boolean isFileCitation() 
 - 
                                        isUrlCitationfinal Boolean isUrlCitation() 
 - 
                                        isContainerFileCitationfinal Boolean isContainerFileCitation() 
 - 
                                        isFilePathfinal Boolean isFilePath() 
 - 
                                        asFileCitationfinal ResponseOutputText.Annotation.FileCitation asFileCitation() A citation to a file. 
 - 
                                        asUrlCitationfinal ResponseOutputText.Annotation.UrlCitation asUrlCitation() A citation for a web resource used to generate a model response. 
 - 
                                        asContainerFileCitationfinal ResponseOutputText.Annotation.ContainerFileCitation asContainerFileCitation() A citation for a container file used to generate a model response. 
 - 
                                        asFilePathfinal ResponseOutputText.Annotation.FilePath asFilePath() A path to a file. 
 - 
                                        acceptfinal <T extends Any> T accept(ResponseOutputText.Annotation.Visitor<T> visitor) 
 - 
                                        validatefinal ResponseOutputText.Annotation validate() 
 - 
                                        ofFileCitationfinal static ResponseOutputText.Annotation ofFileCitation(ResponseOutputText.Annotation.FileCitation fileCitation) A citation to a file. 
 - 
                                        ofUrlCitationfinal static ResponseOutputText.Annotation ofUrlCitation(ResponseOutputText.Annotation.UrlCitation urlCitation) A citation for a web resource used to generate a model response. 
 - 
                                        ofContainerFileCitationfinal static ResponseOutputText.Annotation ofContainerFileCitation(ResponseOutputText.Annotation.ContainerFileCitation containerFileCitation) A citation for a container file used to generate a model response. 
 - 
                                        ofFilePathfinal static ResponseOutputText.Annotation ofFilePath(ResponseOutputText.Annotation.FilePath filePath) A path to a file. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-