Package com.mypurecloud.sdk.v2.model
Class BulkRemoveOpportunitiesResult
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkRemoveOpportunitiesResult
- All Implemented Interfaces:
Serializable
BulkRemoveOpportunitiesResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status indicating the result of the bulk operation for this item -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerror(BulkOpportunitiesError error) The error result if the operation failedgetError()inthashCode()opportunityId(String opportunityId) The ID of the opportunityvoidsetError(BulkOpportunitiesError error) voidsetOpportunityId(String opportunityId) voidThe status indicating the result of the bulk operation for this itemtoString()
-
Constructor Details
-
BulkRemoveOpportunitiesResult
public BulkRemoveOpportunitiesResult() -
BulkRemoveOpportunitiesResult
-
-
Method Details
-
status
The status indicating the result of the bulk operation for this item -
getStatus
-
setStatus
-
error
The error result if the operation failed -
getError
-
setError
-
opportunityId
The ID of the opportunity -
getOpportunityId
-
setOpportunityId
-
equals
-
hashCode
public int hashCode() -
toString
-