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
-
-
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()
Public system metadata and discovery endpoints
-
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()
-
matters
abstract MatterService.WithRawResponse matters()
-
llm
abstract LlmService.WithRawResponse llm()
Access 40+ language models through a unified API
-
memory
abstract MemoryService.WithRawResponse memory()
-
ocr
abstract OcrService.WithRawResponse ocr()
-
privilege
abstract PrivilegeService.WithRawResponse privilege()
-
mail
abstract MailService.WithRawResponse mail()
-
skills
abstract SkillService.WithRawResponse skills()
Search and read legal AI skills for agents
-
search
abstract SearchService.WithRawResponse search()
-
superdoc
abstract SuperdocService.WithRawResponse superdoc()
-
translate
abstract TranslateService.WithRawResponse translate()
-
vault
abstract VaultService.WithRawResponse vault()
Secure document storage with semantic search and GraphRAG
-
voice
abstract VoiceService.WithRawResponse voice()
-
-
-
-