Class TestServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.projects.TestService.WithRawResponse
public final class TestServiceImpl.WithRawResponseImpl implements TestService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TestService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<TestCreateResponse>create(TestCreateParams params, RequestOptions requestOptions)HttpResponseFor<TestUpdateResponse>update(TestUpdateParams params, RequestOptions requestOptions)HttpResponseFor<TestListResponse>list(TestListParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.blocking.projects.TestService.WithRawResponse
create, create, create, list, list, list, list, list, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
TestService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
HttpResponseFor<TestCreateResponse> create(TestCreateParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<TestUpdateResponse> update(TestUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<TestListResponse> list(TestListParams params, RequestOptions requestOptions)
-
-
-
-