Package com.mypurecloud.sdk.v2.model
Class BulkUpdateShiftTradeStateResultItem
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkUpdateShiftTradeStateResultItem
- All Implemented Interfaces:
Serializable
BulkUpdateShiftTradeStateResultItem
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe reason the update failed, if applicablestatic enumThe state of the shift trade after the update request is processed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe reason the update failed, if applicablegetId()getState()inthashCode()metadata(WfmVersionedEntityMetadata metadata) Version metadata for the shift tradereviewedBy(UserReference reviewedBy) The user who reviewed the request, if applicable.reviewedDate(Date reviewedDate) The date the request was reviewed, if applicable.voidvoidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetReviewedBy(UserReference reviewedBy) voidsetReviewedDate(Date reviewedDate) voidThe state of the shift trade after the update request is processedtoString()
-
Constructor Details
-
BulkUpdateShiftTradeStateResultItem
public BulkUpdateShiftTradeStateResultItem() -
BulkUpdateShiftTradeStateResultItem
-
-
Method Details
-
getId
-
state
public BulkUpdateShiftTradeStateResultItem state(BulkUpdateShiftTradeStateResultItem.StateEnum state) The state of the shift trade after the update request is processed -
getState
-
setState
-
reviewedBy
The user who reviewed the request, if applicable. The id may be 'System' if it was an automated process -
getReviewedBy
-
setReviewedBy
-
reviewedDate
The date the request was reviewed, if applicable. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getReviewedDate
-
setReviewedDate
-
failureReason
public BulkUpdateShiftTradeStateResultItem failureReason(BulkUpdateShiftTradeStateResultItem.FailureReasonEnum failureReason) The reason the update failed, if applicable -
getFailureReason
-
setFailureReason
-
metadata
Version metadata for the shift trade -
getMetadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-