Class TypeServiceImpl
-
- All Implemented Interfaces:
-
dev.case.api.services.blocking.matters.v1.TypeService
public final class TypeServiceImpl implements TypeService
Matter-native legal workspaces and orchestration primitives
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTypeServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TypeService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TypeServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Unitcreate(TypeCreateParams params, RequestOptions requestOptions)Unitretrieve(TypeRetrieveParams params, RequestOptions requestOptions)Unitupdate(TypeUpdateParams params, RequestOptions requestOptions)Unitlist(TypeListParams params, RequestOptions requestOptions)-
Methods inherited from class dev.case.api.services.blocking.matters.v1.TypeService
create, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
TypeService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TypeService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
Unit create(TypeCreateParams params, RequestOptions requestOptions)
-
retrieve
Unit retrieve(TypeRetrieveParams params, RequestOptions requestOptions)
-
update
Unit update(TypeUpdateParams params, RequestOptions requestOptions)
-
list
Unit list(TypeListParams params, RequestOptions requestOptions)
-
-
-
-