Package com.mypurecloud.sdk.v2.model
Class MatchShiftTradeRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.MatchShiftTradeRequest
- All Implemented Interfaces:
Serializable
MatchShiftTradeRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()metadata(WfmVersionedEntityMetadata metadata) Version metadata for the shift tradereceivingScheduleId(String receivingScheduleId) The ID of the schedule with which the shift trade is associatedreceivingShiftId(String receivingShiftId) The ID of the shift the receiving user is giving up in trade, if applicablevoidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetReceivingScheduleId(String receivingScheduleId) voidsetReceivingShiftId(String receivingShiftId) toString()
-
Constructor Details
-
MatchShiftTradeRequest
public MatchShiftTradeRequest() -
MatchShiftTradeRequest
-
-
Method Details
-
receivingScheduleId
The ID of the schedule with which the shift trade is associated -
getReceivingScheduleId
-
setReceivingScheduleId
-
receivingShiftId
The ID of the shift the receiving user is giving up in trade, if applicable -
getReceivingShiftId
-
setReceivingShiftId
-
metadata
Version metadata for the shift trade -
getMetadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-