Package com.mypurecloud.sdk.v2.model
Class BulkJobAddResult
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkJobAddResult
- All Implemented Interfaces:
Serializable
BulkJobAddResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentity(BulkJobAddWorkitemSummary entity) The result of the operation if it succeeded.booleanerror(BulkJobError error) Error details if the operation failed.getError()inthashCode()voidsetEntity(BulkJobAddWorkitemSummary entity) voidsetError(BulkJobError error) toString()
-
Constructor Details
-
BulkJobAddResult
public BulkJobAddResult() -
BulkJobAddResult
-
-
Method Details
-
error
Error details if the operation failed. -
getError
-
setError
-
entity
The result of the operation if it succeeded. For Workitem Bulk Add this is a summary. -
getEntity
-
setEntity
-
equals
-
hashCode
public int hashCode() -
toString
-