Package com.mypurecloud.sdk.v2.api
Class WidgetsApi
java.lang.Object
com.mypurecloud.sdk.v2.api.WidgetsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.deleteWidgetsDeployment(ApiRequest<Void> request) Deprecated.voiddeleteWidgetsDeployment(String deploymentId) Deprecated.deleteWidgetsDeploymentWithHttpInfo(String deploymentId) Deprecated.Deprecated.getWidgetsDeployment(ApiRequest<Void> request) Deprecated.getWidgetsDeployment(String deploymentId) Deprecated.Deprecated.Deprecated.getWidgetsDeployments(ApiRequest<Void> request) Deprecated.Deprecated.getWidgetsDeploymentWithHttpInfo(String deploymentId) Deprecated.Deprecated.postWidgetsDeployments(ApiRequest<WidgetDeployment> request) Deprecated.Deprecated.Deprecated.Deprecated.putWidgetsDeployment(ApiRequest<WidgetDeployment> request) Deprecated.putWidgetsDeployment(String deploymentId, WidgetDeployment body) Deprecated.putWidgetsDeploymentWithHttpInfo(String deploymentId, WidgetDeployment body) Deprecated.
-
Constructor Details
-
WidgetsApi
public WidgetsApi() -
WidgetsApi
-
-
Method Details
-
deleteWidgetsDeployment
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 serverIOException- 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 serverIOException- if the request fails to be processed
-
deleteWidgetsDeployment
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
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 serverIOException- 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 serverIOException- 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
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 serverIOException- if the request fails to be processed
-
getWidgetsDeploymentsWithHttpInfo
public ApiResponse<WidgetDeploymentEntityListing> getWidgetsDeploymentsWithHttpInfo() throws IOExceptionDeprecated.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
public WidgetDeploymentEntityListing getWidgetsDeployments(GetWidgetsDeploymentsRequest request) 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/.- Parameters:
request- The request object- Returns:
- WidgetDeploymentEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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 serverIOException- 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
-