Class AsyncHelpCentersClient


  • public class AsyncHelpCentersClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncHelpCentersClient

        public AsyncHelpCentersClient​(ClientOptions clientOptions)
    • Method Detail

      • find

        public java.util.concurrent.CompletableFuture<HelpCenter> find​(FindHelpCenterRequest request)
        You can fetch the details of a single Help Center by making a GET request to https://api.intercom.io/help_center/help_center/<id>.
      • find

        public java.util.concurrent.CompletableFuture<HelpCenter> find​(FindHelpCenterRequest request,
                                                                       RequestOptions requestOptions)
        You can fetch the details of a single Help Center by making a GET request to https://api.intercom.io/help_center/help_center/<id>.
      • list

        public java.util.concurrent.CompletableFuture<SyncPagingIterable<HelpCenter>> list()
        You can list all Help Centers by making a GET request to https://api.intercom.io/help_center/help_centers.