Class WidgetsApi

java.lang.Object
com.mypurecloud.sdk.v2.api.WidgetsApi

public class WidgetsApi extends Object
  • Constructor Details

    • WidgetsApi

      public WidgetsApi()
    • WidgetsApi

      public WidgetsApi(ApiClient apiClient)
  • Method Details

    • deleteWidgetsDeployment

      public void deleteWidgetsDeployment(String deploymentId) throws IOException, ApiException
      Deprecated.
      Delete a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      deploymentId - Widget Config Id (required)
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • deleteWidgetsDeploymentWithHttpInfo

      public ApiResponse<Void> deleteWidgetsDeploymentWithHttpInfo(String deploymentId) throws IOException
      Deprecated.
      Delete a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      deploymentId - Widget Config Id (required)
      Throws:
      IOException - if the request fails to be processed
    • deleteWidgetsDeployment

      public void deleteWidgetsDeployment(DeleteWidgetsDeploymentRequest request) throws IOException, ApiException
      Deprecated.
      Delete a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      request - The request object
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • deleteWidgetsDeployment

      public ApiResponse<Void> deleteWidgetsDeployment(ApiRequest<Void> request) throws IOException
      Deprecated.
      Delete a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getWidgetsDeployment

      public WidgetDeployment getWidgetsDeployment(String deploymentId) throws IOException, ApiException
      Deprecated.
      Get a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      deploymentId - Widget Config Id (required)
      Returns:
      WidgetDeployment
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getWidgetsDeploymentWithHttpInfo

      public ApiResponse<WidgetDeployment> getWidgetsDeploymentWithHttpInfo(String deploymentId) throws IOException
      Deprecated.
      Get a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      deploymentId - Widget Config Id (required)
      Returns:
      WidgetDeployment
      Throws:
      IOException - if the request fails to be processed
    • getWidgetsDeployment

      public WidgetDeployment getWidgetsDeployment(GetWidgetsDeploymentRequest request) throws IOException, ApiException
      Deprecated.
      Get a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      request - The request object
      Returns:
      WidgetDeployment
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getWidgetsDeployment

      public ApiResponse<WidgetDeployment> getWidgetsDeployment(ApiRequest<Void> request) throws IOException
      Deprecated.
      Get a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • getWidgetsDeployments

      public WidgetDeploymentEntityListing getWidgetsDeployments() throws IOException, ApiException
      Deprecated.
      List Widget deployments This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Returns:
      WidgetDeploymentEntityListing
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getWidgetsDeploymentsWithHttpInfo

      public ApiResponse<WidgetDeploymentEntityListing> getWidgetsDeploymentsWithHttpInfo() throws IOException
      Deprecated.
      List Widget deployments This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Returns:
      WidgetDeploymentEntityListing
      Throws:
      IOException - if the request fails to be processed
    • getWidgetsDeployments

      Deprecated.
      List Widget deployments This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      request - The request object
      Returns:
      WidgetDeploymentEntityListing
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • getWidgetsDeployments

      public ApiResponse<WidgetDeploymentEntityListing> getWidgetsDeployments(ApiRequest<Void> request) throws IOException
      Deprecated.
      List Widget deployments This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • postWidgetsDeployments

      public WidgetDeployment postWidgetsDeployments(WidgetDeployment body) throws IOException, ApiException
      Deprecated.
      Create Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      body - Deployment (required)
      Returns:
      WidgetDeployment
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • postWidgetsDeploymentsWithHttpInfo

      public ApiResponse<WidgetDeployment> postWidgetsDeploymentsWithHttpInfo(WidgetDeployment body) throws IOException
      Deprecated.
      Create Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      body - Deployment (required)
      Returns:
      WidgetDeployment
      Throws:
      IOException - if the request fails to be processed
    • postWidgetsDeployments

      public WidgetDeployment postWidgetsDeployments(PostWidgetsDeploymentsRequest request) throws IOException, ApiException
      Deprecated.
      Create Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      request - The request object
      Returns:
      WidgetDeployment
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • postWidgetsDeployments

      public ApiResponse<WidgetDeployment> postWidgetsDeployments(ApiRequest<WidgetDeployment> request) throws IOException
      Deprecated.
      Create Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed
    • putWidgetsDeployment

      public WidgetDeployment putWidgetsDeployment(String deploymentId, WidgetDeployment body) throws IOException, ApiException
      Deprecated.
      Update a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      deploymentId - Widget Config Id (required)
      body - Deployment (required)
      Returns:
      WidgetDeployment
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • putWidgetsDeploymentWithHttpInfo

      public ApiResponse<WidgetDeployment> putWidgetsDeploymentWithHttpInfo(String deploymentId, WidgetDeployment body) throws IOException
      Deprecated.
      Update a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      deploymentId - Widget Config Id (required)
      body - Deployment (required)
      Returns:
      WidgetDeployment
      Throws:
      IOException - if the request fails to be processed
    • putWidgetsDeployment

      public WidgetDeployment putWidgetsDeployment(PutWidgetsDeploymentRequest request) throws IOException, ApiException
      Deprecated.
      Update a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      request - The request object
      Returns:
      WidgetDeployment
      Throws:
      ApiException - if the request fails on the server
      IOException - if the request fails to be processed
    • putWidgetsDeployment

      public ApiResponse<WidgetDeployment> putWidgetsDeployment(ApiRequest<WidgetDeployment> request) throws IOException
      Deprecated.
      Update a Widget deployment This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
      Parameters:
      request - The request object
      Returns:
      the response
      Throws:
      IOException - if the request fails to be processed