Class RawFeedsClient
java.lang.Object
com.intercom.api.resources.news.feeds.RawFeedsClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(FindNewsFeedRequest request) You can fetch the details of a single newsfeedfind(FindNewsFeedRequest request, RequestOptions requestOptions) You can fetch the details of a single newsfeedlist()You can fetch a list of all newsfeedslist(RequestOptions requestOptions) You can fetch a list of all newsfeedslistItems(ListNewsFeedItemsRequest request) You can fetch a list of all news items that are live on a given newsfeedlistItems(ListNewsFeedItemsRequest request, RequestOptions requestOptions) You can fetch a list of all news items that are live on a given newsfeed
-
Field Details
-
clientOptions
-
-
Constructor Details
-
RawFeedsClient
-
-
Method Details
-
listItems
You can fetch a list of all news items that are live on a given newsfeed -
listItems
public IntercomHttpResponse<PaginatedNewsItemResponse> listItems(ListNewsFeedItemsRequest request, RequestOptions requestOptions) You can fetch a list of all news items that are live on a given newsfeed -
list
You can fetch a list of all newsfeeds -
list
You can fetch a list of all newsfeeds -
find
You can fetch the details of a single newsfeed -
find
public IntercomHttpResponse<Newsfeed> find(FindNewsFeedRequest request, RequestOptions requestOptions) You can fetch the details of a single newsfeed
-