Package dev.case.api.client
Interface CasedevClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CasedevClientAsync.WithRawResponseA view of CasedevClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract 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.
-
agent
abstract AgentServiceAsync.WithRawResponse agent()
-
system
abstract SystemServiceAsync.WithRawResponse system()
Public system metadata and discovery endpoints
-
compute
abstract ComputeServiceAsync.WithRawResponse compute()
-
database
abstract DatabaseServiceAsync.WithRawResponse database()
-
format
abstract FormatServiceAsync.WithRawResponse format()
-
legal
abstract LegalServiceAsync.WithRawResponse legal()
-
matters
abstract MatterServiceAsync.WithRawResponse matters()
-
llm
abstract LlmServiceAsync.WithRawResponse llm()
Access 40+ language models through a unified API
-
memory
abstract MemoryServiceAsync.WithRawResponse memory()
-
ocr
abstract OcrServiceAsync.WithRawResponse ocr()
-
privilege
abstract PrivilegeServiceAsync.WithRawResponse privilege()
-
mail
abstract MailServiceAsync.WithRawResponse mail()
-
skills
abstract SkillServiceAsync.WithRawResponse skills()
Search and read legal AI skills for agents
-
search
abstract SearchServiceAsync.WithRawResponse search()
-
superdoc
abstract SuperdocServiceAsync.WithRawResponse superdoc()
-
translate
abstract TranslateServiceAsync.WithRawResponse translate()
-
usage
abstract UsageServiceAsync.WithRawResponse usage()
-
vault
abstract VaultServiceAsync.WithRawResponse vault()
Secure document storage with semantic search and GraphRAG
-
voice
abstract VoiceServiceAsync.WithRawResponse voice()
-
webhooks
abstract WebhookServiceAsync.WithRawResponse webhooks()
-
-
-
-