Package com.mypurecloud.sdk.v2.model
Class BulkOpportunitiesStatusUpdateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkOpportunitiesStatusUpdateRequest
- All Implemented Interfaces:
Serializable
BulkOpportunitiesStatusUpdateRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status to set for all opportunities specified in this request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()opportunityIds(List<String> opportunityIds) The IDs of the opportunities to updatevoidsetOpportunityIds(List<String> opportunityIds) voidThe status to set for all opportunities specified in this requesttoString()
-
Constructor Details
-
BulkOpportunitiesStatusUpdateRequest
public BulkOpportunitiesStatusUpdateRequest() -
BulkOpportunitiesStatusUpdateRequest
-
-
Method Details
-
opportunityIds
The IDs of the opportunities to update -
getOpportunityIds
-
setOpportunityIds
-
status
public BulkOpportunitiesStatusUpdateRequest status(BulkOpportunitiesStatusUpdateRequest.StatusEnum status) The status to set for all opportunities specified in this request -
getStatus
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-