Package com.mypurecloud.sdk.v2.model
Class ShiftTradeShiftResponseItem
java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeShiftResponseItem
- All Implemented Interfaces:
Serializable
ShiftTradeShiftResponseItem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end date/time for the shift in ISO-8601 formatbooleangetId()inthashCode()The ID of the shiftvoidsetEndDate(Date endDate) voidvoidsetStartDate(Date startDate) voidsetWeekDate(LocalDate weekDate) The start date/time for the shift in ISO-8601 formattoString()The start week date of the user shift in the business unit time zone (yyyy-MM-dd format).
-
Constructor Details
-
ShiftTradeShiftResponseItem
public ShiftTradeShiftResponseItem() -
ShiftTradeShiftResponseItem
-
-
Method Details
-
id
The ID of the shift -
getId
-
setId
-
startDate
The start date/time for the shift in ISO-8601 format -
getStartDate
-
setStartDate
-
endDate
The end date/time for the shift in ISO-8601 format -
getEndDate
-
setEndDate
-
weekDate
The start week date of the user 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
-
equals
-
hashCode
public int hashCode() -
toString
-