Class HelpCentersClient
- java.lang.Object
-
- com.intercom.api.resources.helpcenters.HelpCentersClient
-
public class HelpCentersClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<CollectionsClient>collectionsClient
-
Constructor Summary
Constructors Constructor Description HelpCentersClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionsClientcollections()HelpCenterfind(FindHelpCenterRequest request)You can fetch the details of a single Help Center by making a GET request tohttps://api.intercom.io/help_center/help_center/<id>.HelpCenterfind(FindHelpCenterRequest request, RequestOptions requestOptions)You can fetch the details of a single Help Center by making a GET request tohttps://api.intercom.io/help_center/help_center/<id>.SyncPagingIterable<HelpCenter>list()You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.SyncPagingIterable<HelpCenter>list(ListHelpCentersRequest request)You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.SyncPagingIterable<HelpCenter>list(ListHelpCentersRequest request, RequestOptions requestOptions)You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.RawHelpCentersClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
collectionsClient
protected final java.util.function.Supplier<CollectionsClient> collectionsClient
-
-
Constructor Detail
-
HelpCentersClient
public HelpCentersClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawHelpCentersClient withRawResponse()
Get responses with HTTP metadata like headers
-
find
public HelpCenter find(FindHelpCenterRequest request)
You can fetch the details of a single Help Center by making a GET request tohttps://api.intercom.io/help_center/help_center/<id>.
-
find
public HelpCenter find(FindHelpCenterRequest request, RequestOptions requestOptions)
You can fetch the details of a single Help Center by making a GET request tohttps://api.intercom.io/help_center/help_center/<id>.
-
list
public SyncPagingIterable<HelpCenter> list()
You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.
-
list
public SyncPagingIterable<HelpCenter> list(ListHelpCentersRequest request)
You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.
-
list
public SyncPagingIterable<HelpCenter> list(ListHelpCentersRequest request, RequestOptions requestOptions)
You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.
-
collections
public CollectionsClient collections()
-
-