Package dev.case.api.client
Class CasedevClientImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
dev.case.api.client.CasedevClient.WithRawResponse
public final class CasedevClientImpl.WithRawResponseImpl implements CasedevClient.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CasedevClient.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AgentService.WithRawResponseagent()SystemService.WithRawResponsesystem()ApplicationService.WithRawResponseapplications()ComputeService.WithRawResponsecompute()DatabaseService.WithRawResponsedatabase()FormatService.WithRawResponseformat()LegalService.WithRawResponselegal()LlmService.WithRawResponsellm()MemoryService.WithRawResponsememory()OcrService.WithRawResponseocr()PrivilegeService.WithRawResponseprivilege()SearchService.WithRawResponsesearch()SuperdocService.WithRawResponsesuperdoc()TranslateService.WithRawResponsetranslate()VaultService.WithRawResponsevault()VoiceService.WithRawResponsevoice()-
-
Method Detail
-
withOptions
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
AgentService.WithRawResponse agent()
-
system
SystemService.WithRawResponse system()
-
applications
ApplicationService.WithRawResponse applications()
-
compute
ComputeService.WithRawResponse compute()
-
database
DatabaseService.WithRawResponse database()
-
format
FormatService.WithRawResponse format()
-
legal
LegalService.WithRawResponse legal()
-
memory
MemoryService.WithRawResponse memory()
-
privilege
PrivilegeService.WithRawResponse privilege()
-
search
SearchService.WithRawResponse search()
-
superdoc
SuperdocService.WithRawResponse superdoc()
-
translate
TranslateService.WithRawResponse translate()
-
vault
VaultService.WithRawResponse vault()
-
voice
VoiceService.WithRawResponse voice()
-
-
-
-