Package com.mypurecloud.sdk.v2.model
Class MatchShiftTradeJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.MatchShiftTradeJobRequest
- All Implemented Interfaces:
Serializable
MatchShiftTradeJobRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()metadata(WfmVersionedEntityMetadata metadata) Version metadata for the shift tradereceivingSchedule(ReceivingScheduleLookup receivingSchedule) Associated schedule information for the receiving userreceivingShiftId(String receivingShiftId) The ID of the shift the receiving user is giving up in trade, if applicablevoidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetReceivingSchedule(ReceivingScheduleLookup receivingSchedule) voidsetReceivingShiftId(String receivingShiftId) voidsetWeekDate(LocalDate weekDate) toString()The start week date of the initiating shift in the business unit time zone (yyyy-MM-dd format).
-
Constructor Details
-
MatchShiftTradeJobRequest
public MatchShiftTradeJobRequest() -
MatchShiftTradeJobRequest
-
-
Method Details
-
weekDate
The start week date of the initiating shift in the business unit time zone (yyyy-MM-dd format). Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekDate
-
setWeekDate
-
receivingSchedule
Associated schedule information for the receiving user -
getReceivingSchedule
-
setReceivingSchedule
-
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
-