Interface TypeService
-
- All Implemented Interfaces:
public interface TypeServiceMatter-native legal workspaces and orchestration primitives
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceTypeService.WithRawResponseA view of TypeService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract TypeService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract TypeServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Unitcreate(TypeCreateParams params)Create a matter type with plain-English operating instructions and seeded work. abstract Unitcreate(TypeCreateParams params, RequestOptions requestOptions)Unitretrieve(String id)Get a single matter type. Unitretrieve(String id, TypeRetrieveParams params, RequestOptions requestOptions)Unitretrieve(String id, TypeRetrieveParams params)abstract Unitretrieve(TypeRetrieveParams params, RequestOptions requestOptions)Unitretrieve(TypeRetrieveParams params)Unitretrieve(String id, RequestOptions requestOptions)Unitupdate(String id)Update a matter type. Unitupdate(String id, TypeUpdateParams params, RequestOptions requestOptions)Unitupdate(String id, TypeUpdateParams params)abstract Unitupdate(TypeUpdateParams params, RequestOptions requestOptions)Unitupdate(TypeUpdateParams params)Unitupdate(String id, RequestOptions requestOptions)Unitlist()List matter types for the authenticated organization. abstract Unitlist(TypeListParams params, RequestOptions requestOptions)Unitlist(TypeListParams params)Unitlist(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract TypeService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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)
Create a matter type with plain-English operating instructions and seeded work.
-
create
abstract Unit create(TypeCreateParams params, RequestOptions requestOptions)
-
retrieve
Unit retrieve(String id, TypeRetrieveParams params, RequestOptions requestOptions)
-
retrieve
Unit retrieve(String id, TypeRetrieveParams params)
-
retrieve
abstract Unit retrieve(TypeRetrieveParams params, RequestOptions requestOptions)
-
retrieve
Unit retrieve(TypeRetrieveParams params)
-
retrieve
Unit retrieve(String id, RequestOptions requestOptions)
-
update
Unit update(String id, TypeUpdateParams params, RequestOptions requestOptions)
-
update
Unit update(String id, TypeUpdateParams params)
-
update
abstract Unit update(TypeUpdateParams params, RequestOptions requestOptions)
-
update
Unit update(TypeUpdateParams params)
-
update
Unit update(String id, RequestOptions requestOptions)
-
list
abstract Unit list(TypeListParams params, RequestOptions requestOptions)
-
list
Unit list(TypeListParams params)
-
list
Unit list(RequestOptions requestOptions)
-
-
-
-