Package com.mypurecloud.sdk.v2.model
Class BulkOpportunitiesReferenceResult
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkOpportunitiesReferenceResult
- All Implemented Interfaces:
Serializable
BulkOpportunitiesReferenceResult
- 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()opportunity(OpportunityReference opportunity) Reference to the opportunityvoidsetError(BulkOpportunitiesError error) voidsetOpportunity(OpportunityReference opportunity) voidThe status indicating the result of the bulk operation for this itemtoString()
-
Constructor Details
-
BulkOpportunitiesReferenceResult
public BulkOpportunitiesReferenceResult() -
BulkOpportunitiesReferenceResult
-
-
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
-
opportunity
Reference to the opportunity -
getOpportunity
-
setOpportunity
-
equals
-
hashCode
public int hashCode() -
toString
-