Package dev.case.api.client
Class CasedevClientAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
dev.case.api.client.CasedevClientAsync.WithRawResponse
public final class CasedevClientAsyncImpl.WithRawResponseImpl implements CasedevClientAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CasedevClientAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AgentServiceAsync.WithRawResponseagent()SystemServiceAsync.WithRawResponsesystem()ApplicationServiceAsync.WithRawResponseapplications()ComputeServiceAsync.WithRawResponsecompute()DatabaseServiceAsync.WithRawResponsedatabase()FormatServiceAsync.WithRawResponseformat()LegalServiceAsync.WithRawResponselegal()LlmServiceAsync.WithRawResponsellm()MemoryServiceAsync.WithRawResponsememory()OcrServiceAsync.WithRawResponseocr()PrivilegeServiceAsync.WithRawResponseprivilege()SearchServiceAsync.WithRawResponsesearch()SuperdocServiceAsync.WithRawResponsesuperdoc()TranslateServiceAsync.WithRawResponsetranslate()VaultServiceAsync.WithRawResponsevault()VoiceServiceAsync.WithRawResponsevoice()-
-
Method Detail
-
withOptions
CasedevClientAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
system
SystemServiceAsync.WithRawResponse system()
-
applications
ApplicationServiceAsync.WithRawResponse applications()
-
compute
ComputeServiceAsync.WithRawResponse compute()
-
database
DatabaseServiceAsync.WithRawResponse database()
-
format
FormatServiceAsync.WithRawResponse format()
-
memory
MemoryServiceAsync.WithRawResponse memory()
-
privilege
PrivilegeServiceAsync.WithRawResponse privilege()
-
search
SearchServiceAsync.WithRawResponse search()
-
superdoc
SuperdocServiceAsync.WithRawResponse superdoc()
-
translate
TranslateServiceAsync.WithRawResponse translate()
-
-
-
-