Package com.mypurecloud.sdk.v2.model
Class AgentIntegrationsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentIntegrationsRequest
- All Implemented Interfaces:
Serializable
AgentIntegrationsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociatedIntegrations(List<AgentIntegrationAssociationRequest> associatedIntegrations) The list of integrations associated with the agentbooleaninthashCode()selectedIntegrationId(String selectedIntegrationId) The ID of the integration selected for the agent.voidsetAssociatedIntegrations(List<AgentIntegrationAssociationRequest> associatedIntegrations) voidsetSelectedIntegrationId(String selectedIntegrationId) toString()
-
Constructor Details
-
AgentIntegrationsRequest
public AgentIntegrationsRequest() -
AgentIntegrationsRequest
-
-
Method Details
-
selectedIntegrationId
The ID of the integration selected for the agent. If not set, no integration will be used for the agent -
getSelectedIntegrationId
-
setSelectedIntegrationId
-
associatedIntegrations
public AgentIntegrationsRequest associatedIntegrations(List<AgentIntegrationAssociationRequest> associatedIntegrations) The list of integrations associated with the agent -
getAssociatedIntegrations
-
setAssociatedIntegrations
public void setAssociatedIntegrations(List<AgentIntegrationAssociationRequest> associatedIntegrations) -
equals
-
hashCode
public int hashCode() -
toString
-