Uses of Class
com.mypurecloud.sdk.v2.model.AgentIntegrationsRequest
Packages that use AgentIntegrationsRequest
Package
Description
-
Uses of AgentIntegrationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AgentIntegrationsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.putWorkforcemanagementAgentIntegrationsHris(String agentId, AgentIntegrationsRequest body) Update integrations for agentWorkforceManagementApi.putWorkforcemanagementAgentIntegrationsHrisWithHttpInfo(String agentId, AgentIntegrationsRequest body) Update integrations for agentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AgentIntegrationsRequestModifier and TypeMethodDescriptionWorkforceManagementApi.putWorkforcemanagementAgentIntegrationsHris(ApiRequest<AgentIntegrationsRequest> request) Update integrations for agentWorkforceManagementApiAsync.putWorkforcemanagementAgentIntegrationsHrisAsync(ApiRequest<AgentIntegrationsRequest> request, AsyncApiCallback<ApiResponse<AgentIntegrationsResponse>> callback) Update integrations for agent -
Uses of AgentIntegrationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AgentIntegrationsRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AgentIntegrationsRequestModifier and TypeMethodDescriptionPutWorkforcemanagementAgentIntegrationsHrisRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type AgentIntegrationsRequestModifier and TypeMethodDescriptionPutWorkforcemanagementAgentIntegrationsHrisRequest.builder(String agentId, AgentIntegrationsRequest body) voidPutWorkforcemanagementAgentIntegrationsHrisRequest.setBody(AgentIntegrationsRequest body) PutWorkforcemanagementAgentIntegrationsHrisRequest.Builder.withBody(AgentIntegrationsRequest body) PutWorkforcemanagementAgentIntegrationsHrisRequest.withBody(AgentIntegrationsRequest body) PutWorkforcemanagementAgentIntegrationsHrisRequest.Builder.withRequiredParams(String agentId, AgentIntegrationsRequest body) -
Uses of AgentIntegrationsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentIntegrationsRequestModifier and TypeMethodDescriptionAgentIntegrationsRequest.associatedIntegrations(List<AgentIntegrationAssociationRequest> associatedIntegrations) The list of integrations associated with the agentAgentIntegrationsRequest.selectedIntegrationId(String selectedIntegrationId) The ID of the integration selected for the agent.