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 newsfeedPaginatedResponselist()You can fetch a list of all newsfeedsPaginatedResponselist(RequestOptions requestOptions)You can fetch a list of all newsfeedsPaginatedResponselistItems(ListNewsFeedItemsRequest request)You can fetch a list of all news items that are live on a given newsfeedPaginatedResponselistItems(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 PaginatedResponse listItems(ListNewsFeedItemsRequest request)
You can fetch a list of all news items that are live on a given newsfeed
-
listItems
public PaginatedResponse listItems(ListNewsFeedItemsRequest request, RequestOptions requestOptions)
You can fetch a list of all news items that are live on a given newsfeed
-
list
public PaginatedResponse list()
You can fetch a list of all newsfeeds
-
list
public PaginatedResponse 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
-
-