Class TestServiceImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.projects.TestService
public final class TestServiceImpl implements TestService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TestService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TestServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TestCreateResponsecreate(TestCreateParams params, RequestOptions requestOptions)TestUpdateResponseupdate(TestUpdateParams params, RequestOptions requestOptions)TestListResponselist(TestListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
TestService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TestService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
TestCreateResponse create(TestCreateParams params, RequestOptions requestOptions)
-
update
TestUpdateResponse update(TestUpdateParams params, RequestOptions requestOptions)
-
list
TestListResponse list(TestListParams params, RequestOptions requestOptions)
-
-
-
-