Class CensusServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.integrations.CensusServiceAsync
public final class CensusServiceAsyncImpl implements CensusServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCensusServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description CensusServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<CensusCustomDestinationResponse>customDestination(CensusCustomDestinationParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
CensusServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
customDestination
CompletableFuture<CensusCustomDestinationResponse> customDestination(CensusCustomDestinationParams params, RequestOptions requestOptions)
-
-
-
-