Package com.intercom.api.resources.news
Class AsyncNewsClient
- java.lang.Object
-
- com.intercom.api.resources.news.AsyncNewsClient
-
public class AsyncNewsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<AsyncFeedsClient>feedsClientprotected java.util.function.Supplier<AsyncItemsClient>itemsClient
-
Constructor Summary
Constructors Constructor Description AsyncNewsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncFeedsClientfeeds()AsyncItemsClientitems()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
itemsClient
protected final java.util.function.Supplier<AsyncItemsClient> itemsClient
-
feedsClient
protected final java.util.function.Supplier<AsyncFeedsClient> feedsClient
-
-
Constructor Detail
-
AsyncNewsClient
public AsyncNewsClient(ClientOptions clientOptions)
-
-
Method Detail
-
items
public AsyncItemsClient items()
-
feeds
public AsyncFeedsClient feeds()
-
-