Package com.mypurecloud.sdk.v2.model
Class AgentIntegrationsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentIntegrationsResponse
- All Implemented Interfaces:
Serializable
AgentIntegrationsResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagent(UserReference agent) The user associated with the integrationsassociatedIntegrations(List<AgentIntegrationAssociationResponse> associatedIntegrations) The list of integrations associated with the agentbooleangetAgent()inthashCode()selectedIntegration(WfmIntegrationReference selectedIntegration) The integration selected for the agent.voidsetAgent(UserReference agent) voidsetAssociatedIntegrations(List<AgentIntegrationAssociationResponse> associatedIntegrations) voidsetSelectedIntegration(WfmIntegrationReference selectedIntegration) voidsetUserSelected(Boolean userSelected) toString()userSelected(Boolean userSelected) Whether the integration association has been manually selected
-
Constructor Details
-
AgentIntegrationsResponse
public AgentIntegrationsResponse() -
AgentIntegrationsResponse
-
-
Method Details
-
agent
The user associated with the integrations -
getAgent
-
setAgent
-
selectedIntegration
The integration selected for the agent. If not set, no integration will be used for the agent -
getSelectedIntegration
-
setSelectedIntegration
-
userSelected
Whether the integration association has been manually selected -
getUserSelected
-
setUserSelected
-
associatedIntegrations
public AgentIntegrationsResponse associatedIntegrations(List<AgentIntegrationAssociationResponse> associatedIntegrations) The list of integrations associated with the agent -
getAssociatedIntegrations
-
setAssociatedIntegrations
public void setAssociatedIntegrations(List<AgentIntegrationAssociationResponse> associatedIntegrations) -
equals
-
hashCode
public int hashCode() -
toString
-