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