Uses of Class
com.mypurecloud.sdk.v2.model.AgentIntegrationsResponse
Packages that use AgentIntegrationsResponse
-
Uses of AgentIntegrationsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AgentIntegrationsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.putWorkforcemanagementAgentIntegrationsHris(PutWorkforcemanagementAgentIntegrationsHrisRequest request) Update integrations for agentWorkforceManagementApi.putWorkforcemanagementAgentIntegrationsHris(String agentId, AgentIntegrationsRequest body) Update integrations for agentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type AgentIntegrationsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.putWorkforcemanagementAgentIntegrationsHris(ApiRequest<AgentIntegrationsRequest> request) Update integrations for agentWorkforceManagementApiAsync.putWorkforcemanagementAgentIntegrationsHrisAsync(PutWorkforcemanagementAgentIntegrationsHrisRequest request, AsyncApiCallback<AgentIntegrationsResponse> callback) Update integrations for agentWorkforceManagementApiAsync.putWorkforcemanagementAgentIntegrationsHrisAsync(ApiRequest<AgentIntegrationsRequest> request, AsyncApiCallback<ApiResponse<AgentIntegrationsResponse>> callback) 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 AgentIntegrationsResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.putWorkforcemanagementAgentIntegrationsHrisAsync(PutWorkforcemanagementAgentIntegrationsHrisRequest request, AsyncApiCallback<AgentIntegrationsResponse> callback) Update integrations for agentWorkforceManagementApiAsync.putWorkforcemanagementAgentIntegrationsHrisAsync(ApiRequest<AgentIntegrationsRequest> request, AsyncApiCallback<ApiResponse<AgentIntegrationsResponse>> callback) Update integrations for agent -
Uses of AgentIntegrationsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentIntegrationsResponseModifier and TypeMethodDescriptionAgentIntegrationsResponse.agent(UserReference agent) The user associated with the integrationsAgentIntegrationsResponse.associatedIntegrations(List<AgentIntegrationAssociationResponse> associatedIntegrations) The list of integrations associated with the agentAgentIntegrationsResponse.selectedIntegration(WfmIntegrationReference selectedIntegration) The integration selected for the agent.AgentIntegrationsResponse.userSelected(Boolean userSelected) Whether the integration association has been manually selectedMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AgentIntegrationsResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AgentIntegrationsResponseModifier and TypeMethodDescriptionAgentsIntegrationsListing.entities(List<AgentIntegrationsResponse> entities) voidAgentsIntegrationsListing.setEntities(List<AgentIntegrationsResponse> entities)