Class SensorServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.SensorServiceAsync
public final class SensorServiceAsyncImpl implements SensorServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSensorServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description SensorServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. SensorServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<SensorCreateResponse>create(SensorCreateParams params, RequestOptions requestOptions)CompletableFuture<SensorRetrieveResponse>retrieve(SensorRetrieveParams params, RequestOptions requestOptions)CompletableFuture<SensorUpdateResponse>update(SensorUpdateParams params, RequestOptions requestOptions)CompletableFuture<Void>delete(SensorDeleteParams params, RequestOptions requestOptions)CompletableFuture<SensorQueryResponse>query(SensorQueryParams params, RequestOptions requestOptions)-
Methods inherited from class com.hiddenlayer.api.services.async.SensorServiceAsync
create, delete, delete, delete, delete, delete, query, query, query, 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
SensorServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
SensorServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<SensorCreateResponse> create(SensorCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<SensorRetrieveResponse> retrieve(SensorRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<SensorUpdateResponse> update(SensorUpdateParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Void> delete(SensorDeleteParams params, RequestOptions requestOptions)
-
query
CompletableFuture<SensorQueryResponse> query(SensorQueryParams params, RequestOptions requestOptions)
-
-
-
-