Class AsyncHelpCentersClient
java.lang.Object
com.intercom.api.resources.helpcenters.AsyncHelpCentersClient
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ClientOptionsprotected final Supplier<AsyncCollectionsClient> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(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(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()You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.list(ListHelpCentersRequest request) You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.list(ListHelpCentersRequest request, RequestOptions requestOptions) You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers.Get responses with HTTP metadata like headers
-
Field Details
-
clientOptions
-
collectionsClient
-
-
Constructor Details
-
AsyncHelpCentersClient
-
-
Method Details
-
withRawResponse
Get responses with HTTP metadata like headers -
find
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 CompletableFuture<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
You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers. -
list
You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers. -
list
public CompletableFuture<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
-