Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ArticleSubscriptionsCommentReportedClient

Index

Constructors

constructor

Properties

Protected apiClient

apiClient: ApiClient

Protected articleSubscriptionsCommentReportedRoute

articleSubscriptionsCommentReportedRoute: ArticleSubscriptionsCommentReportedRoute

Accessors

routeDefinition

Methods

isSubscribed

  • Determines whether user is subscribed to article comment reported updates. Returns a promise that is resolved once the isSubscribed action has been performed.

    method
    example

    articleSubscriptionsCommentReportedClient.isSubscribed(data) .then(function (data) { // perform success action here }, function (response, status, headers, config) { // perform error handling here });

    Parameters

    Returns PromiseLike<IHttpResponse<any>>

    A promise that is resolved once the isSubscribed action has been performed.

subscribe

  • Subscribes user to article comment reported updates. Returns a promise that is resolved once the subscribe action has been performed.

    method
    example

    articleSubscriptionsCommentReportedClient.subscribe(data) .then(function (data) { // perform success action here }, function (response, status, headers, config) { // perform error handling here });

    Parameters

    Returns PromiseLike<IHttpResponse<any>>

    A promise that is resolved once the subscribe action has been performed.

unSubscribe

  • Unsubscribe user from article comment reported updates. Returns a promise that is commentReported once the unSubscribe action has been performed.

    method
    example

    articleSubscriptionsCommentReportedClient.isSubscribed(data) .then(function (data) { // perform success action here }, function (response, status, headers, config) { // perform error handling here });

    Parameters

    Returns PromiseLike<IHttpResponse<void>>

    A promise that is commentReported once the unSubscribe action has been performed.

Generated using TypeDoc