Class ShiftTradeWeekSummaryResponseItem

java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeWeekSummaryResponseItem
All Implemented Interfaces:
Serializable

public class ShiftTradeWeekSummaryResponseItem extends Object implements Serializable
ShiftTradeWeekSummaryResponseItem
See Also:
  • Constructor Details

    • ShiftTradeWeekSummaryResponseItem

      public ShiftTradeWeekSummaryResponseItem()
    • ShiftTradeWeekSummaryResponseItem

      public ShiftTradeWeekSummaryResponseItem(Boolean initWithEmptyList)
  • Method Details

    • weekDate

      public ShiftTradeWeekSummaryResponseItem weekDate(LocalDate 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

      public LocalDate getWeekDate()
    • setWeekDate

      public void setWeekDate(LocalDate weekDate)
    • initiatingMatchedCount

      public ShiftTradeWeekSummaryResponseItem initiatingMatchedCount(Integer initiatingMatchedCount)
      The number of trades in the 'Matched' state with the initiating shift in the given week
    • getInitiatingMatchedCount

      public Integer getInitiatingMatchedCount()
    • setInitiatingMatchedCount

      public void setInitiatingMatchedCount(Integer initiatingMatchedCount)
    • 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

      public Integer getCrossWeekReceivingMatchedCount()
    • setCrossWeekReceivingMatchedCount

      public void setCrossWeekReceivingMatchedCount(Integer crossWeekReceivingMatchedCount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object