Package com.mypurecloud.sdk.v2.model
Class UserScheduleFullDayTimeOffMarker
java.lang.Object
com.mypurecloud.sdk.v2.model.UserScheduleFullDayTimeOffMarker
- All Implemented Interfaces:
Serializable
UserScheduleFullDayTimeOffMarker
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The id for the activity code.If marked true for updating an existing full day time off marker, it will be deleteddescription(String description) The description associated with the time off request that this marker corresponds tobooleaninthashCode()Whether this is paid time offlengthInMinutes(Integer lengthInMinutes) The length in minutes of this time off markermanagementUnitDate(String managementUnitDate) The date associated with the time off request that this marker corresponds to.voidsetActivityCodeId(String activityCodeId) voidvoidsetDescription(String description) voidvoidsetLengthInMinutes(Integer lengthInMinutes) voidsetManagementUnitDate(String managementUnitDate) toString()
-
Constructor Details
-
UserScheduleFullDayTimeOffMarker
public UserScheduleFullDayTimeOffMarker() -
UserScheduleFullDayTimeOffMarker
-
-
Method Details
-
managementUnitDate
The date associated with the time off request that this marker corresponds to. Date only, in ISO-8601 format. -
getManagementUnitDate
-
setManagementUnitDate
-
activityCodeId
The id for the activity code. Look up a map of activity codes with the activities route -
getActivityCodeId
-
setActivityCodeId
-
isPaid
Whether this is paid time off -
getIsPaid
-
setIsPaid
-
lengthInMinutes
The length in minutes of this time off marker -
getLengthInMinutes
-
setLengthInMinutes
-
description
The description associated with the time off request that this marker corresponds to -
getDescription
-
setDescription
-
delete
If marked true for updating an existing full day time off marker, it will be deleted -
getDelete
-
setDelete
-
equals
-
hashCode
public int hashCode() -
toString
-