Class WidgetsApiAsync

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

public class WidgetsApiAsync extends Object
  • Constructor Details

    • WidgetsApiAsync

      public WidgetsApiAsync()
    • WidgetsApiAsync

      public WidgetsApiAsync(ApiClient apiClient)
  • Method Details

    • deleteWidgetsDeploymentAsync

      public Future<Void> deleteWidgetsDeploymentAsync(DeleteWidgetsDeploymentRequest request, AsyncApiCallback<Void> callback)
      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
      callback - the action to perform when the request is completed
      Returns:
      the future indication when the request has completed
    • deleteWidgetsDeploymentAsync

      public Future<ApiResponse<Void>> deleteWidgetsDeploymentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Void>> callback)
      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
      callback - the action to perform when the request is completed
      Returns:
      the future indication when the request has completed
    • getWidgetsDeploymentAsync

      public Future<WidgetDeployment> getWidgetsDeploymentAsync(GetWidgetsDeploymentRequest request, AsyncApiCallback<WidgetDeployment> callback)
      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
      callback - the action to perform when the request is completed
      Returns:
      the future indication when the request has completed
    • getWidgetsDeploymentAsync

      public Future<ApiResponse<WidgetDeployment>> getWidgetsDeploymentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback)
      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
      callback - the action to perform when the request is completed
      Returns:
      the future indication when the request has completed
    • getWidgetsDeploymentsAsync

      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
      callback - the action to perform when the request is completed
      Returns:
      the future indication when the request has completed
    • getWidgetsDeploymentsAsync

      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
      callback - the action to perform when the request is completed
      Returns:
      the future indication when the request has completed
    • postWidgetsDeploymentsAsync

      public Future<WidgetDeployment> postWidgetsDeploymentsAsync(PostWidgetsDeploymentsRequest request, AsyncApiCallback<WidgetDeployment> callback)
      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
      callback - the action to perform when the request is completed
      Returns:
      the future indication when the request has completed
    • postWidgetsDeploymentsAsync

      public Future<ApiResponse<WidgetDeployment>> postWidgetsDeploymentsAsync(ApiRequest<WidgetDeployment> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback)
      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
      callback - the action to perform when the request is completed
      Returns:
      the future indication when the request has completed
    • putWidgetsDeploymentAsync

      public Future<WidgetDeployment> putWidgetsDeploymentAsync(PutWidgetsDeploymentRequest request, AsyncApiCallback<WidgetDeployment> callback)
      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
      callback - the action to perform when the request is completed
      Returns:
      the future indication when the request has completed
    • putWidgetsDeploymentAsync

      public Future<ApiResponse<WidgetDeployment>> putWidgetsDeploymentAsync(ApiRequest<WidgetDeployment> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback)
      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
      callback - the action to perform when the request is completed
      Returns:
      the future indication when the request has completed