Package com.mypurecloud.sdk.v2.model
Class BulkAddOpportunitiesRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkAddOpportunitiesRequest
- All Implemented Interfaces:
Serializable
BulkAddOpportunitiesRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe IDs of the agents who are invited to the opportunities being addedbooleaninthashCode()opportunities(List<AddOpportunityBody> opportunities) The opportunities to addvoidsetAgentIds(List<String> agentIds) voidsetOpportunities(List<AddOpportunityBody> opportunities) toString()
-
Constructor Details
-
BulkAddOpportunitiesRequest
public BulkAddOpportunitiesRequest() -
BulkAddOpportunitiesRequest
-
-
Method Details
-
opportunities
The opportunities to add -
getOpportunities
-
setOpportunities
-
agentIds
The IDs of the agents who are invited to the opportunities being added -
getAgentIds
-
setAgentIds
-
equals
-
hashCode
public int hashCode() -
toString
-