Package app.knock.api.services.async
Class ObjectServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.ObjectServiceAsync
public final class ObjectServiceAsyncImpl implements ObjectServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classObjectServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class app.knock.api.services.async.ObjectServiceAsync
addSubscriptions, addSubscriptions, addSubscriptions, delete, delete, delete, delete, delete, deleteSubscriptions, deleteSubscriptions, deleteSubscriptions, get, get, get, get, get, getChannelData, getChannelData, getChannelData, getChannelData, getChannelData, getPreferences, getPreferences, getPreferences, getPreferences, getPreferences, list, list, list, list, list, listMessages, listMessages, listMessages, listMessages, listMessages, listPreferences, listPreferences, listPreferences, listPreferences, listPreferences, listSchedules, listSchedules, listSchedules, listSchedules, listSchedules, listSubscriptions, listSubscriptions, listSubscriptions, listSubscriptions, listSubscriptions, set, set, set, set, set, setChannelData, setChannelData, setChannelData, setPreferences, setPreferences, setPreferences, unsetChannelData, unsetChannelData, unsetChannelData, unsetChannelData, unsetChannelData -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
ObjectServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
bulk
BulkServiceAsync bulk()
-
list
CompletableFuture<ObjectListPageAsync> list(ObjectListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<String> delete(ObjectDeleteParams params, RequestOptions requestOptions)
-
addSubscriptions
CompletableFuture<List<Subscription>> addSubscriptions(ObjectAddSubscriptionsParams params, RequestOptions requestOptions)
-
deleteSubscriptions
CompletableFuture<List<Subscription>> deleteSubscriptions(ObjectDeleteSubscriptionsParams params, RequestOptions requestOptions)
-
get
CompletableFuture<Object> get(ObjectGetParams params, RequestOptions requestOptions)
-
getChannelData
CompletableFuture<ChannelData> getChannelData(ObjectGetChannelDataParams params, RequestOptions requestOptions)
-
getPreferences
CompletableFuture<PreferenceSet> getPreferences(ObjectGetPreferencesParams params, RequestOptions requestOptions)
-
listMessages
CompletableFuture<ObjectListMessagesPageAsync> listMessages(ObjectListMessagesParams params, RequestOptions requestOptions)
-
listPreferences
CompletableFuture<List<PreferenceSet>> listPreferences(ObjectListPreferencesParams params, RequestOptions requestOptions)
-
listSchedules
CompletableFuture<ObjectListSchedulesPageAsync> listSchedules(ObjectListSchedulesParams params, RequestOptions requestOptions)
-
listSubscriptions
CompletableFuture<ObjectListSubscriptionsPageAsync> listSubscriptions(ObjectListSubscriptionsParams params, RequestOptions requestOptions)
-
set
CompletableFuture<Object> set(ObjectSetParams params, RequestOptions requestOptions)
-
setChannelData
CompletableFuture<ChannelData> setChannelData(ObjectSetChannelDataParams params, RequestOptions requestOptions)
-
setPreferences
CompletableFuture<PreferenceSet> setPreferences(ObjectSetPreferencesParams params, RequestOptions requestOptions)
-
unsetChannelData
CompletableFuture<String> unsetChannelData(ObjectUnsetChannelDataParams params, RequestOptions requestOptions)
-
-
-
-