DeviceEnvelope |
DevicesApi.addDevice(Device device) |
com.squareup.okhttp.Call |
DevicesApi.addDeviceAsync(Device device,
ApiCallback<DeviceEnvelope> callback) |
ApiResponse<DeviceEnvelope> |
DevicesApi.addDeviceWithHttpInfo(Device device) |
CheckTokenResponse |
TokensApi.checkToken(TokenRequest tokenInfo) |
com.squareup.okhttp.Call |
TokensApi.checkTokenAsync(TokenRequest tokenInfo,
ApiCallback<CheckTokenResponse> callback) |
ApiResponse<CheckTokenResponse> |
TokensApi.checkTokenWithHttpInfo(TokenRequest tokenInfo) |
DeviceRegConfirmUserResponseEnvelope |
RegistrationsApi.confirmUser(DeviceRegConfirmUserRequest registrationInfo) |
com.squareup.okhttp.Call |
RegistrationsApi.confirmUserAsync(DeviceRegConfirmUserRequest registrationInfo,
ApiCallback<DeviceRegConfirmUserResponseEnvelope> callback) |
ApiResponse<DeviceRegConfirmUserResponseEnvelope> |
RegistrationsApi.confirmUserWithHttpInfo(DeviceRegConfirmUserRequest registrationInfo) |
RuleEnvelope |
RulesApi.createRule(RuleCreationInfo ruleInfo,
String userId) |
com.squareup.okhttp.Call |
RulesApi.createRuleAsync(RuleCreationInfo ruleInfo,
String userId,
ApiCallback<RuleEnvelope> callback) |
ApiResponse<RuleEnvelope> |
RulesApi.createRuleWithHttpInfo(RuleCreationInfo ruleInfo,
String userId) |
DeviceSharingId |
DevicesSharesApi.createShareForDevice(String deviceId,
DeviceShareInfo deviceShareInfo) |
com.squareup.okhttp.Call |
DevicesSharesApi.createShareForDeviceAsync(String deviceId,
DeviceShareInfo deviceShareInfo,
ApiCallback<DeviceSharingId> callback) |
ApiResponse<DeviceSharingId> |
DevicesSharesApi.createShareForDeviceWithHttpInfo(String deviceId,
DeviceShareInfo deviceShareInfo) |
SubscriptionEnvelope |
SubscriptionsApi.createSubscription(SubscriptionInfo subscriptionInfo) |
com.squareup.okhttp.Call |
SubscriptionsApi.createSubscriptionAsync(SubscriptionInfo subscriptionInfo,
ApiCallback<SubscriptionEnvelope> callback) |
ApiResponse<SubscriptionEnvelope> |
SubscriptionsApi.createSubscriptionWithHttpInfo(SubscriptionInfo subscriptionInfo) |
TaskEnvelope |
DevicesManagementApi.createTasks(TaskRequest taskPayload) |
com.squareup.okhttp.Call |
DevicesManagementApi.createTasksAsync(TaskRequest taskPayload,
ApiCallback<TaskEnvelope> callback) |
ApiResponse<TaskEnvelope> |
DevicesManagementApi.createTasksWithHttpInfo(TaskRequest taskPayload) |
PropertiesEnvelope |
UsersApi.createUserProperties(String userId,
AppProperties properties,
String aid) |
com.squareup.okhttp.Call |
UsersApi.createUserPropertiesAsync(String userId,
AppProperties properties,
String aid,
ApiCallback<PropertiesEnvelope> callback) |
ApiResponse<PropertiesEnvelope> |
UsersApi.createUserPropertiesWithHttpInfo(String userId,
AppProperties properties,
String aid) |
DeviceEnvelope |
DevicesApi.deleteDevice(String deviceId) |
com.squareup.okhttp.Call |
DevicesApi.deleteDeviceAsync(String deviceId,
ApiCallback<DeviceEnvelope> callback) |
DeviceTokenEnvelope |
DevicesApi.deleteDeviceToken(String deviceId) |
com.squareup.okhttp.Call |
DevicesApi.deleteDeviceTokenAsync(String deviceId,
ApiCallback<DeviceTokenEnvelope> callback) |
ApiResponse<DeviceTokenEnvelope> |
DevicesApi.deleteDeviceTokenWithHttpInfo(String deviceId) |
ApiResponse<DeviceEnvelope> |
DevicesApi.deleteDeviceWithHttpInfo(String deviceId) |
RuleEnvelope |
RulesApi.deleteRule(String ruleId) |
com.squareup.okhttp.Call |
RulesApi.deleteRuleAsync(String ruleId,
ApiCallback<RuleEnvelope> callback) |
ApiResponse<RuleEnvelope> |
RulesApi.deleteRuleWithHttpInfo(String ruleId) |
MetadataEnvelope |
DevicesManagementApi.deleteServerProperties(String did) |
com.squareup.okhttp.Call |
DevicesManagementApi.deleteServerPropertiesAsync(String did,
ApiCallback<MetadataEnvelope> callback) |
ApiResponse<MetadataEnvelope> |
DevicesManagementApi.deleteServerPropertiesWithHttpInfo(String did) |
DeviceSharingId |
DevicesSharesApi.deleteSharingForDevice(String deviceId,
String shareId) |
com.squareup.okhttp.Call |
DevicesSharesApi.deleteSharingForDeviceAsync(String deviceId,
String shareId,
ApiCallback<DeviceSharingId> callback) |
ApiResponse<DeviceSharingId> |
DevicesSharesApi.deleteSharingForDeviceWithHttpInfo(String deviceId,
String shareId) |
SubscriptionEnvelope |
SubscriptionsApi.deleteSubscription(String subId) |
com.squareup.okhttp.Call |
SubscriptionsApi.deleteSubscriptionAsync(String subId,
ApiCallback<SubscriptionEnvelope> callback) |
ApiResponse<SubscriptionEnvelope> |
SubscriptionsApi.deleteSubscriptionWithHttpInfo(String subId) |
PropertiesEnvelope |
UsersApi.deleteUserProperties(String userId,
String aid) |
com.squareup.okhttp.Call |
UsersApi.deleteUserPropertiesAsync(String userId,
String aid,
ApiCallback<PropertiesEnvelope> callback) |
ApiResponse<PropertiesEnvelope> |
UsersApi.deleteUserPropertiesWithHttpInfo(String userId,
String aid) |
ExportRequestResponse |
ExportApi.exportRequest(ExportRequestInfo exportRequestInfo) |
com.squareup.okhttp.Call |
ExportApi.exportRequestAsync(ExportRequestInfo exportRequestInfo,
ApiCallback<ExportRequestResponse> callback) |
ApiResponse<ExportRequestResponse> |
ExportApi.exportRequestWithHttpInfo(ExportRequestInfo exportRequestInfo) |
AggregatesHistogramResponse |
MessagesApi.getAggregatesHistogram(Long startDate,
Long endDate,
String sdid,
String field,
String interval) |
com.squareup.okhttp.Call |
MessagesApi.getAggregatesHistogramAsync(Long startDate,
Long endDate,
String sdid,
String field,
String interval,
ApiCallback<AggregatesHistogramResponse> callback) |
ApiResponse<AggregatesHistogramResponse> |
MessagesApi.getAggregatesHistogramWithHttpInfo(Long startDate,
Long endDate,
String sdid,
String field,
String interval) |
TaskByDidListEnvelope |
DevicesManagementApi.getAllByDid(String did,
Integer count,
Integer offset,
String status,
String order,
String sort) |
com.squareup.okhttp.Call |
DevicesManagementApi.getAllByDidAsync(String did,
Integer count,
Integer offset,
String status,
String order,
String sort,
ApiCallback<TaskByDidListEnvelope> callback) |
ApiResponse<TaskByDidListEnvelope> |
DevicesManagementApi.getAllByDidWithHttpInfo(String did,
Integer count,
Integer offset,
String status,
String order,
String sort) |
DeviceSharingEnvelope |
DevicesSharesApi.getAllSharesForDevice(String deviceId,
Integer count,
Integer offset) |
com.squareup.okhttp.Call |
DevicesSharesApi.getAllSharesForDeviceAsync(String deviceId,
Integer count,
Integer offset,
ApiCallback<DeviceSharingEnvelope> callback) |
ApiResponse<DeviceSharingEnvelope> |
DevicesSharesApi.getAllSharesForDeviceWithHttpInfo(String deviceId,
Integer count,
Integer offset) |
SubscriptionsEnvelope |
SubscriptionsApi.getAllSubscriptions(String uid,
Integer offset,
Integer count) |
com.squareup.okhttp.Call |
SubscriptionsApi.getAllSubscriptionsAsync(String uid,
Integer offset,
Integer count,
ApiCallback<SubscriptionsEnvelope> callback) |
ApiResponse<SubscriptionsEnvelope> |
SubscriptionsApi.getAllSubscriptionsWithHttpInfo(String uid,
Integer offset,
Integer count) |
ManifestVersionsEnvelope |
DeviceTypesApi.getAvailableManifestVersions(String deviceTypeId) |
com.squareup.okhttp.Call |
DeviceTypesApi.getAvailableManifestVersionsAsync(String deviceTypeId,
ApiCallback<ManifestVersionsEnvelope> callback) |
ApiResponse<ManifestVersionsEnvelope> |
DeviceTypesApi.getAvailableManifestVersionsWithHttpInfo(String deviceTypeId) |
DeviceEnvelope |
DevicesApi.getDevice(String deviceId) |
com.squareup.okhttp.Call |
DevicesApi.getDeviceAsync(String deviceId,
ApiCallback<DeviceEnvelope> callback) |
PresenceEnvelope |
DevicesApi.getDevicePresence(String deviceId) |
com.squareup.okhttp.Call |
DevicesApi.getDevicePresenceAsync(String deviceId,
ApiCallback<PresenceEnvelope> callback) |
ApiResponse<PresenceEnvelope> |
DevicesApi.getDevicePresenceWithHttpInfo(String deviceId) |
DeviceStatusBatch |
DevicesStatusApi.getDevicesStatus(String dids,
Boolean includeSnapshot,
Boolean includeSnapshotTimestamp) |
com.squareup.okhttp.Call |
DevicesStatusApi.getDevicesStatusAsync(String dids,
Boolean includeSnapshot,
Boolean includeSnapshotTimestamp,
ApiCallback<DeviceStatusBatch> callback) |
ApiResponse<DeviceStatusBatch> |
DevicesStatusApi.getDevicesStatusWithHttpInfo(String dids,
Boolean includeSnapshot,
Boolean includeSnapshotTimestamp) |
DeviceStatus |
DevicesStatusApi.getDeviceStatus(String deviceId,
Boolean includeSnapshot,
Boolean includeSnapshotTimestamp) |
com.squareup.okhttp.Call |
DevicesStatusApi.getDeviceStatusAsync(String deviceId,
Boolean includeSnapshot,
Boolean includeSnapshotTimestamp,
ApiCallback<DeviceStatus> callback) |
ApiResponse<DeviceStatus> |
DevicesStatusApi.getDeviceStatusWithHttpInfo(String deviceId,
Boolean includeSnapshot,
Boolean includeSnapshotTimestamp) |
DeviceTokenEnvelope |
DevicesApi.getDeviceToken(String deviceId) |
com.squareup.okhttp.Call |
DevicesApi.getDeviceTokenAsync(String deviceId,
ApiCallback<DeviceTokenEnvelope> callback) |
ApiResponse<DeviceTokenEnvelope> |
DevicesApi.getDeviceTokenWithHttpInfo(String deviceId) |
DeviceTypeEnvelope |
DeviceTypesApi.getDeviceType(String deviceTypeId) |
com.squareup.okhttp.Call |
DeviceTypesApi.getDeviceTypeAsync(String deviceTypeId,
ApiCallback<DeviceTypeEnvelope> callback) |
DeviceTypesEnvelope |
DeviceTypesApi.getDeviceTypes(String name,
Integer offset,
Integer count,
String tags) |
com.squareup.okhttp.Call |
DeviceTypesApi.getDeviceTypesAsync(String name,
Integer offset,
Integer count,
String tags,
ApiCallback<DeviceTypesEnvelope> callback) |
DeviceTypesEnvelope |
DeviceTypesApi.getDeviceTypesByApplication(String appId,
Boolean productInfo,
Integer count,
Integer offset) |
com.squareup.okhttp.Call |
DeviceTypesApi.getDeviceTypesByApplicationAsync(String appId,
Boolean productInfo,
Integer count,
Integer offset,
ApiCallback<DeviceTypesEnvelope> callback) |
ApiResponse<DeviceTypesEnvelope> |
DeviceTypesApi.getDeviceTypesByApplicationWithHttpInfo(String appId,
Boolean productInfo,
Integer count,
Integer offset) |
DeviceTypesInfoEnvelope |
DevicesManagementApi.getDeviceTypesInfo(String dtid) |
com.squareup.okhttp.Call |
DevicesManagementApi.getDeviceTypesInfoAsync(String dtid,
ApiCallback<DeviceTypesInfoEnvelope> callback) |
ApiResponse<DeviceTypesInfoEnvelope> |
DevicesManagementApi.getDeviceTypesInfoWithHttpInfo(String dtid) |
ApiResponse<DeviceTypesEnvelope> |
DeviceTypesApi.getDeviceTypesWithHttpInfo(String name,
Integer offset,
Integer count,
String tags) |
ApiResponse<DeviceTypeEnvelope> |
DeviceTypesApi.getDeviceTypeWithHttpInfo(String deviceTypeId) |
ApiResponse<DeviceEnvelope> |
DevicesApi.getDeviceWithHttpInfo(String deviceId) |
ExportHistoryResponse |
ExportApi.getExportHistory(String trialId,
Integer count,
Integer offset) |
com.squareup.okhttp.Call |
ExportApi.getExportHistoryAsync(String trialId,
Integer count,
Integer offset,
ApiCallback<ExportHistoryResponse> callback) |
ApiResponse<ExportHistoryResponse> |
ExportApi.getExportHistoryWithHttpInfo(String trialId,
Integer count,
Integer offset) |
String |
ExportApi.getExportResult(String exportId) |
com.squareup.okhttp.Call |
ExportApi.getExportResultAsync(String exportId,
ApiCallback<String> callback) |
ApiResponse<String> |
ExportApi.getExportResultWithHttpInfo(String exportId) |
ExportStatusResponse |
ExportApi.getExportStatus(String exportId) |
com.squareup.okhttp.Call |
ExportApi.getExportStatusAsync(String exportId,
ApiCallback<ExportStatusResponse> callback) |
ApiResponse<ExportStatusResponse> |
ExportApi.getExportStatusWithHttpInfo(String exportId) |
FieldPresenceEnvelope |
MessagesApi.getFieldPresence(Long startDate,
Long endDate,
String interval,
String sdid,
String fieldPresence) |
com.squareup.okhttp.Call |
MessagesApi.getFieldPresenceAsync(Long startDate,
Long endDate,
String interval,
String sdid,
String fieldPresence,
ApiCallback<FieldPresenceEnvelope> callback) |
ApiResponse<FieldPresenceEnvelope> |
MessagesApi.getFieldPresenceWithHttpInfo(Long startDate,
Long endDate,
String interval,
String sdid,
String fieldPresence) |
NormalizedMessagesEnvelope |
MessagesApi.getLastNormalizedMessages(Integer count,
String sdids,
String fieldPresence) |
com.squareup.okhttp.Call |
MessagesApi.getLastNormalizedMessagesAsync(Integer count,
String sdids,
String fieldPresence,
ApiCallback<NormalizedMessagesEnvelope> callback) |
ApiResponse<NormalizedMessagesEnvelope> |
MessagesApi.getLastNormalizedMessagesWithHttpInfo(Integer count,
String sdids,
String fieldPresence) |
ManifestPropertiesEnvelope |
DeviceTypesApi.getLatestManifestProperties(String deviceTypeId) |
com.squareup.okhttp.Call |
DeviceTypesApi.getLatestManifestPropertiesAsync(String deviceTypeId,
ApiCallback<ManifestPropertiesEnvelope> callback) |
ApiResponse<ManifestPropertiesEnvelope> |
DeviceTypesApi.getLatestManifestPropertiesWithHttpInfo(String deviceTypeId) |
MetadataPropertiesEnvelope |
DevicesManagementApi.getManifestProperties(String dtid) |
ManifestPropertiesEnvelope |
DeviceTypesApi.getManifestProperties(String deviceTypeId,
String version) |
com.squareup.okhttp.Call |
DevicesManagementApi.getManifestPropertiesAsync(String dtid,
ApiCallback<MetadataPropertiesEnvelope> callback) |
com.squareup.okhttp.Call |
DeviceTypesApi.getManifestPropertiesAsync(String deviceTypeId,
String version,
ApiCallback<ManifestPropertiesEnvelope> callback) |
ApiResponse<MetadataPropertiesEnvelope> |
DevicesManagementApi.getManifestPropertiesWithHttpInfo(String dtid) |
ApiResponse<ManifestPropertiesEnvelope> |
DeviceTypesApi.getManifestPropertiesWithHttpInfo(String deviceTypeId,
String version) |
AggregatesResponse |
MessagesApi.getMessageAggregates(String sdid,
String field,
Long startDate,
Long endDate) |
com.squareup.okhttp.Call |
MessagesApi.getMessageAggregatesAsync(String sdid,
String field,
Long startDate,
Long endDate,
ApiCallback<AggregatesResponse> callback) |
ApiResponse<AggregatesResponse> |
MessagesApi.getMessageAggregatesWithHttpInfo(String sdid,
String field,
Long startDate,
Long endDate) |
NotifMessagesResponse |
SubscriptionsApi.getMessages(String notifId,
Integer offset,
Integer count,
String order) |
com.squareup.okhttp.Call |
SubscriptionsApi.getMessagesAsync(String notifId,
Integer offset,
Integer count,
String order,
ApiCallback<NotifMessagesResponse> callback) |
SnapshotResponses |
MessagesApi.getMessageSnapshots(String sdids,
Boolean includeTimestamp) |
com.squareup.okhttp.Call |
MessagesApi.getMessageSnapshotsAsync(String sdids,
Boolean includeTimestamp,
ApiCallback<SnapshotResponses> callback) |
ApiResponse<SnapshotResponses> |
MessagesApi.getMessageSnapshotsWithHttpInfo(String sdids,
Boolean includeTimestamp) |
ApiResponse<NotifMessagesResponse> |
SubscriptionsApi.getMessagesWithHttpInfo(String notifId,
Integer offset,
Integer count,
String order) |
NormalizedActionsEnvelope |
MessagesApi.getNormalizedActions(String uid,
String ddid,
String mid,
String offset,
Integer count,
Long startDate,
Long endDate,
String order) |
com.squareup.okhttp.Call |
MessagesApi.getNormalizedActionsAsync(String uid,
String ddid,
String mid,
String offset,
Integer count,
Long startDate,
Long endDate,
String order,
ApiCallback<NormalizedActionsEnvelope> callback) |
ApiResponse<NormalizedActionsEnvelope> |
MessagesApi.getNormalizedActionsWithHttpInfo(String uid,
String ddid,
String mid,
String offset,
Integer count,
Long startDate,
Long endDate,
String order) |
NormalizedMessagesEnvelope |
MessagesApi.getNormalizedMessages(String uid,
String sdid,
String mid,
String fieldPresence,
String filter,
String offset,
Integer count,
Long startDate,
Long endDate,
String order) |
com.squareup.okhttp.Call |
MessagesApi.getNormalizedMessagesAsync(String uid,
String sdid,
String mid,
String fieldPresence,
String filter,
String offset,
Integer count,
Long startDate,
Long endDate,
String order,
ApiCallback<NormalizedMessagesEnvelope> callback) |
ApiResponse<NormalizedMessagesEnvelope> |
MessagesApi.getNormalizedMessagesWithHttpInfo(String uid,
String sdid,
String mid,
String fieldPresence,
String filter,
String offset,
Integer count,
Long startDate,
Long endDate,
String order) |
MetadataEnvelope |
DevicesManagementApi.getProperties(String did,
Boolean includeTimestamp) |
com.squareup.okhttp.Call |
DevicesManagementApi.getPropertiesAsync(String did,
Boolean includeTimestamp,
ApiCallback<MetadataEnvelope> callback) |
ApiResponse<MetadataEnvelope> |
DevicesManagementApi.getPropertiesWithHttpInfo(String did,
Boolean includeTimestamp) |
DeviceRegStatusResponseEnvelope |
RegistrationsApi.getRequestStatusForUser(String requestId) |
com.squareup.okhttp.Call |
RegistrationsApi.getRequestStatusForUserAsync(String requestId,
ApiCallback<DeviceRegStatusResponseEnvelope> callback) |
ApiResponse<DeviceRegStatusResponseEnvelope> |
RegistrationsApi.getRequestStatusForUserWithHttpInfo(String requestId) |
RuleEnvelope |
RulesApi.getRule(String ruleId) |
com.squareup.okhttp.Call |
RulesApi.getRuleAsync(String ruleId,
ApiCallback<RuleEnvelope> callback) |
ApiResponse<RuleEnvelope> |
RulesApi.getRuleWithHttpInfo(String ruleId) |
UserEnvelope |
UsersApi.getSelf() |
com.squareup.okhttp.Call |
UsersApi.getSelfAsync(ApiCallback<UserEnvelope> callback) |
ApiResponse<UserEnvelope> |
UsersApi.getSelfWithHttpInfo() |
DeviceSharing |
DevicesSharesApi.getSharingForDevice(String deviceId,
String shareId) |
com.squareup.okhttp.Call |
DevicesSharesApi.getSharingForDeviceAsync(String deviceId,
String shareId,
ApiCallback<DeviceSharing> callback) |
ApiResponse<DeviceSharing> |
DevicesSharesApi.getSharingForDeviceWithHttpInfo(String deviceId,
String shareId) |
TaskStatusesEnvelope |
DevicesManagementApi.getStatuses(String tid,
Integer count,
Integer offset,
String status,
String dids) |
com.squareup.okhttp.Call |
DevicesManagementApi.getStatusesAsync(String tid,
Integer count,
Integer offset,
String status,
String dids,
ApiCallback<TaskStatusesEnvelope> callback) |
TaskStatusesHistoryEnvelope |
DevicesManagementApi.getStatusesHistory(String tid,
String did) |
com.squareup.okhttp.Call |
DevicesManagementApi.getStatusesHistoryAsync(String tid,
String did,
ApiCallback<TaskStatusesHistoryEnvelope> callback) |
ApiResponse<TaskStatusesHistoryEnvelope> |
DevicesManagementApi.getStatusesHistoryWithHttpInfo(String tid,
String did) |
ApiResponse<TaskStatusesEnvelope> |
DevicesManagementApi.getStatusesWithHttpInfo(String tid,
Integer count,
Integer offset,
String status,
String dids) |
SubscriptionEnvelope |
SubscriptionsApi.getSubscription(String subId) |
com.squareup.okhttp.Call |
SubscriptionsApi.getSubscriptionAsync(String subId,
ApiCallback<SubscriptionEnvelope> callback) |
ApiResponse<SubscriptionEnvelope> |
SubscriptionsApi.getSubscriptionWithHttpInfo(String subId) |
TagsEnvelope |
TagsApi.getTagCategories() |
com.squareup.okhttp.Call |
TagsApi.getTagCategoriesAsync(ApiCallback<TagsEnvelope> callback) |
ApiResponse<TagsEnvelope> |
TagsApi.getTagCategoriesWithHttpInfo() |
TagsEnvelope |
TagsApi.getTagsByCategories(String categories) |
com.squareup.okhttp.Call |
TagsApi.getTagsByCategoriesAsync(String categories,
ApiCallback<TagsEnvelope> callback) |
ApiResponse<TagsEnvelope> |
TagsApi.getTagsByCategoriesWithHttpInfo(String categories) |
TagsEnvelope |
TagsApi.getTagSuggestions(String entityType,
String tags,
String name,
Integer count) |
com.squareup.okhttp.Call |
TagsApi.getTagSuggestionsAsync(String entityType,
String tags,
String name,
Integer count,
ApiCallback<TagsEnvelope> callback) |
ApiResponse<TagsEnvelope> |
TagsApi.getTagSuggestionsWithHttpInfo(String entityType,
String tags,
String name,
Integer count) |
TaskEnvelope |
DevicesManagementApi.getTaskByID(String tid) |
com.squareup.okhttp.Call |
DevicesManagementApi.getTaskByIDAsync(String tid,
ApiCallback<TaskEnvelope> callback) |
ApiResponse<TaskEnvelope> |
DevicesManagementApi.getTaskByIDWithHttpInfo(String tid) |
TaskListEnvelope |
DevicesManagementApi.getTasks(String dtid,
Integer count,
Integer offset,
String status,
String order,
String sort) |
com.squareup.okhttp.Call |
DevicesManagementApi.getTasksAsync(String dtid,
Integer count,
Integer offset,
String status,
String order,
String sort,
ApiCallback<TaskListEnvelope> callback) |
ApiResponse<TaskListEnvelope> |
DevicesManagementApi.getTasksWithHttpInfo(String dtid,
Integer count,
Integer offset,
String status,
String order,
String sort) |
DevicesEnvelope |
UsersApi.getUserDevices(String userId,
Integer offset,
Integer count,
Boolean includeProperties,
String owner,
Boolean includeShareInfo) |
com.squareup.okhttp.Call |
UsersApi.getUserDevicesAsync(String userId,
Integer offset,
Integer count,
Boolean includeProperties,
String owner,
Boolean includeShareInfo,
ApiCallback<DevicesEnvelope> callback) |
ApiResponse<DevicesEnvelope> |
UsersApi.getUserDevicesWithHttpInfo(String userId,
Integer offset,
Integer count,
Boolean includeProperties,
String owner,
Boolean includeShareInfo) |
DeviceTypesEnvelope |
UsersApi.getUserDeviceTypes(String userId,
Integer offset,
Integer count,
Boolean includeShared) |
com.squareup.okhttp.Call |
UsersApi.getUserDeviceTypesAsync(String userId,
Integer offset,
Integer count,
Boolean includeShared,
ApiCallback<DeviceTypesEnvelope> callback) |
ApiResponse<DeviceTypesEnvelope> |
UsersApi.getUserDeviceTypesWithHttpInfo(String userId,
Integer offset,
Integer count,
Boolean includeShared) |
PropertiesEnvelope |
UsersApi.getUserProperties(String userId,
String aid) |
com.squareup.okhttp.Call |
UsersApi.getUserPropertiesAsync(String userId,
String aid,
ApiCallback<PropertiesEnvelope> callback) |
ApiResponse<PropertiesEnvelope> |
UsersApi.getUserPropertiesWithHttpInfo(String userId,
String aid) |
RulesEnvelope |
UsersApi.getUserRules(String userId,
Boolean excludeDisabled,
Integer count,
Integer offset,
String owner) |
com.squareup.okhttp.Call |
UsersApi.getUserRulesAsync(String userId,
Boolean excludeDisabled,
Integer count,
Integer offset,
String owner,
ApiCallback<RulesEnvelope> callback) |
ApiResponse<RulesEnvelope> |
UsersApi.getUserRulesWithHttpInfo(String userId,
Boolean excludeDisabled,
Integer count,
Integer offset,
String owner) |
DeviceSharingEnvelope |
UsersApi.listAllSharesForUser(String userId,
String filter,
Integer count,
Integer offset) |
com.squareup.okhttp.Call |
UsersApi.listAllSharesForUserAsync(String userId,
String filter,
Integer count,
Integer offset,
ApiCallback<DeviceSharingEnvelope> callback) |
ApiResponse<DeviceSharingEnvelope> |
UsersApi.listAllSharesForUserWithHttpInfo(String userId,
String filter,
Integer count,
Integer offset) |
DeviceStatus |
DevicesStatusApi.putDeviceStatus(String deviceId,
DeviceStatusPut body) |
com.squareup.okhttp.Call |
DevicesStatusApi.putDeviceStatusAsync(String deviceId,
DeviceStatusPut body,
ApiCallback<DeviceStatus> callback) |
ApiResponse<DeviceStatus> |
DevicesStatusApi.putDeviceStatusWithHttpInfo(String deviceId,
DeviceStatusPut body) |
MetadataQueryEnvelope |
DevicesManagementApi.queryProperties(String dtid,
Integer count,
Integer offset,
String filter,
Boolean includeTimestamp) |
com.squareup.okhttp.Call |
DevicesManagementApi.queryPropertiesAsync(String dtid,
Integer count,
Integer offset,
String filter,
Boolean includeTimestamp,
ApiCallback<MetadataQueryEnvelope> callback) |
ApiResponse<MetadataQueryEnvelope> |
DevicesManagementApi.queryPropertiesWithHttpInfo(String dtid,
Integer count,
Integer offset,
String filter,
Boolean includeTimestamp) |
RefreshTokenResponse |
TokensApi.refreshToken(String grantType,
String refreshToken) |
com.squareup.okhttp.Call |
TokensApi.refreshTokenAsync(String grantType,
String refreshToken,
ApiCallback<RefreshTokenResponse> callback) |
ApiResponse<RefreshTokenResponse> |
TokensApi.refreshTokenWithHttpInfo(String grantType,
String refreshToken) |
MessageIDEnvelope |
MessagesApi.sendActions(Actions data) |
com.squareup.okhttp.Call |
MessagesApi.sendActionsAsync(Actions data,
ApiCallback<MessageIDEnvelope> callback) |
ApiResponse<MessageIDEnvelope> |
MessagesApi.sendActionsWithHttpInfo(Actions data) |
MessageIDEnvelope |
MessagesApi.sendMessage(Message data) |
com.squareup.okhttp.Call |
MessagesApi.sendMessageAsync(Message data,
ApiCallback<MessageIDEnvelope> callback) |
ApiResponse<MessageIDEnvelope> |
MessagesApi.sendMessageWithHttpInfo(Message data) |
TokenInfoSuccessResponse |
TokensApi.tokenInfo() |
com.squareup.okhttp.Call |
TokensApi.tokenInfoAsync(ApiCallback<TokenInfoSuccessResponse> callback) |
ApiResponse<TokenInfoSuccessResponse> |
TokensApi.tokenInfoWithHttpInfo() |
UnregisterDeviceResponseEnvelope |
RegistrationsApi.unregisterDevice(String deviceId) |
com.squareup.okhttp.Call |
RegistrationsApi.unregisterDeviceAsync(String deviceId,
ApiCallback<UnregisterDeviceResponseEnvelope> callback) |
ApiResponse<UnregisterDeviceResponseEnvelope> |
RegistrationsApi.unregisterDeviceWithHttpInfo(String deviceId) |
DeviceEnvelope |
DevicesApi.updateDevice(String deviceId,
Device device) |
com.squareup.okhttp.Call |
DevicesApi.updateDeviceAsync(String deviceId,
Device device,
ApiCallback<DeviceEnvelope> callback) |
DeviceTokenEnvelope |
DevicesApi.updateDeviceToken(String deviceId) |
com.squareup.okhttp.Call |
DevicesApi.updateDeviceTokenAsync(String deviceId,
ApiCallback<DeviceTokenEnvelope> callback) |
ApiResponse<DeviceTokenEnvelope> |
DevicesApi.updateDeviceTokenWithHttpInfo(String deviceId) |
DeviceTypesInfoEnvelope |
DevicesManagementApi.updateDeviceTypesInfo(String dtid,
DeviceTypesInfo deviceTypeInfo) |
com.squareup.okhttp.Call |
DevicesManagementApi.updateDeviceTypesInfoAsync(String dtid,
DeviceTypesInfo deviceTypeInfo,
ApiCallback<DeviceTypesInfoEnvelope> callback) |
ApiResponse<DeviceTypesInfoEnvelope> |
DevicesManagementApi.updateDeviceTypesInfoWithHttpInfo(String dtid,
DeviceTypesInfo deviceTypeInfo) |
ApiResponse<DeviceEnvelope> |
DevicesApi.updateDeviceWithHttpInfo(String deviceId,
Device device) |
RuleEnvelope |
RulesApi.updateRule(String ruleId,
RuleUpdateInfo ruleInfo) |
com.squareup.okhttp.Call |
RulesApi.updateRuleAsync(String ruleId,
RuleUpdateInfo ruleInfo,
ApiCallback<RuleEnvelope> callback) |
ApiResponse<RuleEnvelope> |
RulesApi.updateRuleWithHttpInfo(String ruleId,
RuleUpdateInfo ruleInfo) |
MetadataEnvelope |
DevicesManagementApi.updateServerProperties(String did,
Object deviceProperties) |
com.squareup.okhttp.Call |
DevicesManagementApi.updateServerPropertiesAsync(String did,
Object deviceProperties,
ApiCallback<MetadataEnvelope> callback) |
ApiResponse<MetadataEnvelope> |
DevicesManagementApi.updateServerPropertiesWithHttpInfo(String did,
Object deviceProperties) |
TaskUpdateResponse |
DevicesManagementApi.updateTask(String tid,
TaskUpdateRequest taskUpdateRequest) |
com.squareup.okhttp.Call |
DevicesManagementApi.updateTaskAsync(String tid,
TaskUpdateRequest taskUpdateRequest,
ApiCallback<TaskUpdateResponse> callback) |
DeviceTaskUpdateResponse |
DevicesManagementApi.updateTaskForDevice(String tid,
String did,
DeviceTaskUpdateRequest deviceTaskUpdateRequest) |
com.squareup.okhttp.Call |
DevicesManagementApi.updateTaskForDeviceAsync(String tid,
String did,
DeviceTaskUpdateRequest deviceTaskUpdateRequest,
ApiCallback<DeviceTaskUpdateResponse> callback) |
ApiResponse<DeviceTaskUpdateResponse> |
DevicesManagementApi.updateTaskForDeviceWithHttpInfo(String tid,
String did,
DeviceTaskUpdateRequest deviceTaskUpdateRequest) |
ApiResponse<TaskUpdateResponse> |
DevicesManagementApi.updateTaskWithHttpInfo(String tid,
TaskUpdateRequest taskUpdateRequest) |
PropertiesEnvelope |
UsersApi.updateUserProperties(String userId,
AppProperties properties,
String aid) |
com.squareup.okhttp.Call |
UsersApi.updateUserPropertiesAsync(String userId,
AppProperties properties,
String aid,
ApiCallback<PropertiesEnvelope> callback) |
ApiResponse<PropertiesEnvelope> |
UsersApi.updateUserPropertiesWithHttpInfo(String userId,
AppProperties properties,
String aid) |
SubscriptionEnvelope |
SubscriptionsApi.validateSubscription(String subId,
ValidationCallbackInfo validationCallbackRequest) |
com.squareup.okhttp.Call |
SubscriptionsApi.validateSubscriptionAsync(String subId,
ValidationCallbackInfo validationCallbackRequest,
ApiCallback<SubscriptionEnvelope> callback) |
ApiResponse<SubscriptionEnvelope> |
SubscriptionsApi.validateSubscriptionWithHttpInfo(String subId,
ValidationCallbackInfo validationCallbackRequest) |