Class RawHelpCentersClient
- java.lang.Object
-
- com.intercom.api.resources.helpcenters.RawHelpCentersClient
-
public class RawHelpCentersClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawHelpCentersClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntercomHttpResponse<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>.IntercomHttpResponse<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>.IntercomHttpResponse<SyncPagingIterable<HelpCenter>>list()You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.IntercomHttpResponse<SyncPagingIterable<HelpCenter>>list(ListHelpCentersRequest request)You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.IntercomHttpResponse<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.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawHelpCentersClient
public RawHelpCentersClient(ClientOptions clientOptions)
-
-
Method Detail
-
find
public IntercomHttpResponse<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 IntercomHttpResponse<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 IntercomHttpResponse<SyncPagingIterable<HelpCenter>> list()
You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.
-
list
public IntercomHttpResponse<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 IntercomHttpResponse<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.
-
-