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