public class SubscriptionsApi extends Object
| Constructor and Description |
|---|
SubscriptionsApi() |
SubscriptionsApi(ApiClient apiClient) |
public SubscriptionsApi()
public SubscriptionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public SubscriptionEnvelope createSubscription(SubscriptionInfo subscriptionInfo) throws ApiException
public ApiResponse<SubscriptionEnvelope> createSubscriptionWithHttpInfo(SubscriptionInfo subscriptionInfo) throws ApiException
public com.squareup.okhttp.Call createSubscriptionAsync(SubscriptionInfo subscriptionInfo, ApiCallback<SubscriptionEnvelope> callback) throws ApiException
public SubscriptionEnvelope deleteSubscription(String subId) throws ApiException
public ApiResponse<SubscriptionEnvelope> deleteSubscriptionWithHttpInfo(String subId) throws ApiException
public com.squareup.okhttp.Call deleteSubscriptionAsync(String subId, ApiCallback<SubscriptionEnvelope> callback) throws ApiException
public SubscriptionsEnvelope getAllSubscriptions(String uid, Integer offset, Integer count) throws ApiException
public ApiResponse<SubscriptionsEnvelope> getAllSubscriptionsWithHttpInfo(String uid, Integer offset, Integer count) throws ApiException
public com.squareup.okhttp.Call getAllSubscriptionsAsync(String uid, Integer offset, Integer count, ApiCallback<SubscriptionsEnvelope> callback) throws ApiException
public NotifMessagesResponse getMessages(String notifId, Integer offset, Integer count, String order) throws ApiException
public ApiResponse<NotifMessagesResponse> getMessagesWithHttpInfo(String notifId, Integer offset, Integer count, String order) throws ApiException
public com.squareup.okhttp.Call getMessagesAsync(String notifId, Integer offset, Integer count, String order, ApiCallback<NotifMessagesResponse> callback) throws ApiException
public SubscriptionEnvelope getSubscription(String subId) throws ApiException
public ApiResponse<SubscriptionEnvelope> getSubscriptionWithHttpInfo(String subId) throws ApiException
public com.squareup.okhttp.Call getSubscriptionAsync(String subId, ApiCallback<SubscriptionEnvelope> callback) throws ApiException
public SubscriptionEnvelope validateSubscription(String subId, ValidationCallbackInfo validationCallbackRequest) throws ApiException
public ApiResponse<SubscriptionEnvelope> validateSubscriptionWithHttpInfo(String subId, ValidationCallbackInfo validationCallbackRequest) throws ApiException
public com.squareup.okhttp.Call validateSubscriptionAsync(String subId, ValidationCallbackInfo validationCallbackRequest, ApiCallback<SubscriptionEnvelope> callback) throws ApiException
Copyright © 2018. All rights reserved.