Class AsyncRawHelpCentersClient
java.lang.Object
com.intercom.api.resources.helpcenters.AsyncRawHelpCentersClient
-
Field Summary
Fields -
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.
-
Field Details
-
clientOptions
-
-
Constructor Details
-
AsyncRawHelpCentersClient
-
-
Method Details
-
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<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
You can list all Help Centers by making a GET request tohttps://api.intercom.io/help_center/help_centers. -
list
public CompletableFuture<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 CompletableFuture<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.
-