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