Package com.mypurecloud.sdk.v2.api
Class WidgetsApiAsync
java.lang.Object
com.mypurecloud.sdk.v2.api.WidgetsApiAsync
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteWidgetsDeploymentAsync(DeleteWidgetsDeploymentRequest request, AsyncApiCallback<Void> callback) Deprecated.deleteWidgetsDeploymentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Void>> callback) Deprecated.getWidgetsDeploymentAsync(GetWidgetsDeploymentRequest request, AsyncApiCallback<WidgetDeployment> callback) Deprecated.getWidgetsDeploymentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback) Deprecated.getWidgetsDeploymentsAsync(GetWidgetsDeploymentsRequest request, AsyncApiCallback<WidgetDeploymentEntityListing> callback) Deprecated.getWidgetsDeploymentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WidgetDeploymentEntityListing>> callback) Deprecated.postWidgetsDeploymentsAsync(PostWidgetsDeploymentsRequest request, AsyncApiCallback<WidgetDeployment> callback) Deprecated.postWidgetsDeploymentsAsync(ApiRequest<WidgetDeployment> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback) Deprecated.putWidgetsDeploymentAsync(PutWidgetsDeploymentRequest request, AsyncApiCallback<WidgetDeployment> callback) Deprecated.putWidgetsDeploymentAsync(ApiRequest<WidgetDeployment> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback) Deprecated.
-
Constructor Details
-
WidgetsApiAsync
public WidgetsApiAsync() -
WidgetsApiAsync
-
-
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 objectcallback- 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 objectcallback- 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 objectcallback- 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 objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getWidgetsDeploymentsAsync
public Future<WidgetDeploymentEntityListing> getWidgetsDeploymentsAsync(GetWidgetsDeploymentsRequest request, AsyncApiCallback<WidgetDeploymentEntityListing> callback) 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 objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-
getWidgetsDeploymentsAsync
public Future<ApiResponse<WidgetDeploymentEntityListing>> getWidgetsDeploymentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WidgetDeploymentEntityListing>> callback) 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 objectcallback- 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 objectcallback- 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 objectcallback- 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 objectcallback- 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 objectcallback- the action to perform when the request is completed- Returns:
- the future indication when the request has completed
-