Package com.mypurecloud.sdk.v2.model
Class AgentIntegrationAssociationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentIntegrationAssociationResponse
- All Implemented Interfaces:
Serializable
AgentIntegrationAssociationResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentExternalId(String agentExternalId) ID of the agent in external systembooleaninthashCode()integration(WfmIntegrationReference integration) The integration associated with the agentWhether agentExternalId should be protected from update by automatic processesvoidsetAgentExternalId(String agentExternalId) voidsetIntegration(WfmIntegrationReference integration) voidtoString()
-
Constructor Details
-
AgentIntegrationAssociationResponse
public AgentIntegrationAssociationResponse() -
AgentIntegrationAssociationResponse
-
-
Method Details
-
agentExternalId
ID of the agent in external system -
getAgentExternalId
-
setAgentExternalId
-
integration
The integration associated with the agent -
getIntegration
-
setIntegration
-
locked
Whether agentExternalId should be protected from update by automatic processes -
getLocked
-
setLocked
-
equals
-
hashCode
public int hashCode() -
toString
-