Package com.mypurecloud.sdk.v2.model
Class TimeOffBalanceResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.TimeOffBalanceResponse
- All Implemented Interfaces:
Serializable
TimeOffBalanceResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The ID for activity code associated with time off balancebalanceMinutesPerDay(List<Integer> balanceMinutesPerDay) The list of available time off balance values in minutes for each daybooleaninthashCode()hrisTimeOffTypeId(String hrisTimeOffTypeId) The ID of the time off type configured in HRIS integrationhrisTimeOffTypeSecondaryId(String hrisTimeOffTypeSecondaryId) The secondary ID of the time off type configured in HRIS integrationvoidsetActivityCodeId(String activityCodeId) voidsetBalanceMinutesPerDay(List<Integer> balanceMinutesPerDay) voidsetHrisTimeOffTypeId(String hrisTimeOffTypeId) voidsetHrisTimeOffTypeSecondaryId(String hrisTimeOffTypeSecondaryId) voidsetStartDate(LocalDate startDate) The Start date of the requested date range.toString()
-
Constructor Details
-
TimeOffBalanceResponse
public TimeOffBalanceResponse() -
TimeOffBalanceResponse
-
-
Method Details
-
activityCodeId
The ID for activity code associated with time off balance -
getActivityCodeId
-
setActivityCodeId
-
hrisTimeOffTypeId
The ID of the time off type configured in HRIS integration -
getHrisTimeOffTypeId
-
setHrisTimeOffTypeId
-
hrisTimeOffTypeSecondaryId
The secondary ID of the time off type configured in HRIS integration -
getHrisTimeOffTypeSecondaryId
-
setHrisTimeOffTypeSecondaryId
-
startDate
The Start date of the requested date range. The end date is determined by the size of interval list. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getStartDate
-
setStartDate
-
balanceMinutesPerDay
The list of available time off balance values in minutes for each day -
getBalanceMinutesPerDay
-
setBalanceMinutesPerDay
-
equals
-
hashCode
public int hashCode() -
toString
-