Package com.mypurecloud.sdk.v2.model
Class ShiftTradeWeekSummaryResponseItem
java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeWeekSummaryResponseItem
- All Implemented Interfaces:
Serializable
ShiftTradeWeekSummaryResponseItem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncrossWeekReceivingMatchedCount(Integer crossWeekReceivingMatchedCount) The number of cross-week trades in the 'Matched' state with the receiving shift for the given weekbooleaninthashCode()initiatingMatchedCount(Integer initiatingMatchedCount) The number of trades in the 'Matched' state with the initiating shift in the given weekvoidsetCrossWeekReceivingMatchedCount(Integer crossWeekReceivingMatchedCount) voidsetInitiatingMatchedCount(Integer initiatingMatchedCount) voidsetWeekDate(LocalDate weekDate) toString()The schedule week date in the business unit time zone (yyyy-MM-dd format).
-
Constructor Details
-
ShiftTradeWeekSummaryResponseItem
public ShiftTradeWeekSummaryResponseItem() -
ShiftTradeWeekSummaryResponseItem
-
-
Method Details
-
weekDate
The schedule week date 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
-
initiatingMatchedCount
The number of trades in the 'Matched' state with the initiating shift in the given week -
getInitiatingMatchedCount
-
setInitiatingMatchedCount
-
crossWeekReceivingMatchedCount
public ShiftTradeWeekSummaryResponseItem crossWeekReceivingMatchedCount(Integer crossWeekReceivingMatchedCount) The number of cross-week trades in the 'Matched' state with the receiving shift for the given week -
getCrossWeekReceivingMatchedCount
-
setCrossWeekReceivingMatchedCount
-
equals
-
hashCode
public int hashCode() -
toString
-