Class FeedsClient
- java.lang.Object
-
- com.intercom.api.resources.news.feeds.FeedsClient
-
public class FeedsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description FeedsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Newsfeedfind(FindNewsFeedRequest request)You can fetch the details of a single newsfeedNewsfeedfind(FindNewsFeedRequest request, RequestOptions requestOptions)You can fetch the details of a single newsfeedPaginatedNewsfeedResponselist()You can fetch a list of all newsfeedsPaginatedNewsfeedResponselist(RequestOptions requestOptions)You can fetch a list of all newsfeedsPaginatedNewsItemResponselistItems(ListNewsFeedItemsRequest request)You can fetch a list of all news items that are live on a given newsfeedPaginatedNewsItemResponselistItems(ListNewsFeedItemsRequest request, RequestOptions requestOptions)You can fetch a list of all news items that are live on a given newsfeedRawFeedsClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
FeedsClient
public FeedsClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawFeedsClient withRawResponse()
Get responses with HTTP metadata like headers
-
listItems
public PaginatedNewsItemResponse listItems(ListNewsFeedItemsRequest request)
You can fetch a list of all news items that are live on a given newsfeed
-
listItems
public PaginatedNewsItemResponse listItems(ListNewsFeedItemsRequest request, RequestOptions requestOptions)
You can fetch a list of all news items that are live on a given newsfeed
-
list
public PaginatedNewsfeedResponse list()
You can fetch a list of all newsfeeds
-
list
public PaginatedNewsfeedResponse list(RequestOptions requestOptions)
You can fetch a list of all newsfeeds
-
find
public Newsfeed find(FindNewsFeedRequest request)
You can fetch the details of a single newsfeed
-
find
public Newsfeed find(FindNewsFeedRequest request, RequestOptions requestOptions)
You can fetch the details of a single newsfeed
-
-