Package app.knock.api.services.blocking
Class ObjectServiceImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.ObjectService
public final class ObjectServiceImpl implements ObjectService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classObjectServiceImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class app.knock.api.services.blocking.ObjectService
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
ObjectService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
bulk
BulkService bulk()
-
list
ObjectListPage list(ObjectListParams params, RequestOptions requestOptions)
-
delete
String delete(ObjectDeleteParams params, RequestOptions requestOptions)
-
addSubscriptions
List<Subscription> addSubscriptions(ObjectAddSubscriptionsParams params, RequestOptions requestOptions)
-
deleteSubscriptions
List<Subscription> deleteSubscriptions(ObjectDeleteSubscriptionsParams params, RequestOptions requestOptions)
-
get
Object get(ObjectGetParams params, RequestOptions requestOptions)
-
getChannelData
ChannelData getChannelData(ObjectGetChannelDataParams params, RequestOptions requestOptions)
-
getPreferences
PreferenceSet getPreferences(ObjectGetPreferencesParams params, RequestOptions requestOptions)
-
listMessages
ObjectListMessagesPage listMessages(ObjectListMessagesParams params, RequestOptions requestOptions)
-
listPreferences
List<PreferenceSet> listPreferences(ObjectListPreferencesParams params, RequestOptions requestOptions)
-
listSchedules
ObjectListSchedulesPage listSchedules(ObjectListSchedulesParams params, RequestOptions requestOptions)
-
listSubscriptions
ObjectListSubscriptionsPage listSubscriptions(ObjectListSubscriptionsParams params, RequestOptions requestOptions)
-
set
Object set(ObjectSetParams params, RequestOptions requestOptions)
-
setChannelData
ChannelData setChannelData(ObjectSetChannelDataParams params, RequestOptions requestOptions)
-
setPreferences
PreferenceSet setPreferences(ObjectSetPreferencesParams params, RequestOptions requestOptions)
-
unsetChannelData
String unsetChannelData(ObjectUnsetChannelDataParams params, RequestOptions requestOptions)
-
-
-
-