Package dev.case.api.client
Interface CasedevClient.WithRawResponse
-
- All Implemented Interfaces:
public interface CasedevClient.WithRawResponseA view of CasedevClient that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CasedevClient.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract AgentService.WithRawResponseagent()abstract SystemService.WithRawResponsesystem()abstract ApplicationService.WithRawResponseapplications()abstract ComputeService.WithRawResponsecompute()abstract DatabaseService.WithRawResponsedatabase()abstract FormatService.WithRawResponseformat()abstract LegalService.WithRawResponselegal()abstract LlmService.WithRawResponsellm()abstract MemoryService.WithRawResponsememory()abstract OcrService.WithRawResponseocr()abstract PrivilegeService.WithRawResponseprivilege()abstract SearchService.WithRawResponsesearch()abstract SuperdocService.WithRawResponsesuperdoc()abstract TranslateService.WithRawResponsetranslate()abstract VaultService.WithRawResponsevault()abstract VoiceService.WithRawResponsevoice()-
-
Method Detail
-
withOptions
abstract CasedevClient.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
agent
abstract AgentService.WithRawResponse agent()
-
system
abstract SystemService.WithRawResponse system()
-
applications
abstract ApplicationService.WithRawResponse applications()
-
compute
abstract ComputeService.WithRawResponse compute()
-
database
abstract DatabaseService.WithRawResponse database()
-
format
abstract FormatService.WithRawResponse format()
-
legal
abstract LegalService.WithRawResponse legal()
-
llm
abstract LlmService.WithRawResponse llm()
-
memory
abstract MemoryService.WithRawResponse memory()
-
ocr
abstract OcrService.WithRawResponse ocr()
-
privilege
abstract PrivilegeService.WithRawResponse privilege()
-
search
abstract SearchService.WithRawResponse search()
-
superdoc
abstract SuperdocService.WithRawResponse superdoc()
-
translate
abstract TranslateService.WithRawResponse translate()
-
vault
abstract VaultService.WithRawResponse vault()
-
voice
abstract VoiceService.WithRawResponse voice()
-
-
-
-