Package com.mypurecloud.sdk.v2.model
Class UserScheduleActivity
java.lang.Object
com.mypurecloud.sdk.v2.model.UserScheduleActivity
- All Implemented Interfaces:
Serializable
UserScheduleActivity
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The id for the activity code.countsAsPaidTime(Boolean countsAsPaidTime) Whether this activity is paiddescription(String description) Description for this activitybooleaninthashCode()isDstFallback(Boolean isDstFallback) Whether this activity spans a DST fallbacklengthInMinutes(Integer lengthInMinutes) Length in minutes for this activityvoidsetActivityCodeId(String activityCodeId) voidsetCountsAsPaidTime(Boolean countsAsPaidTime) voidsetDescription(String description) voidsetIsDstFallback(Boolean isDstFallback) voidsetLengthInMinutes(Integer lengthInMinutes) voidsetStartDate(Date startDate) voidsetTimeOffRequestId(String timeOffRequestId) Start time in UTC for this activity, in ISO-8601 formattimeOffRequestId(String timeOffRequestId) Time off request id of this activitytoString()
-
Constructor Details
-
UserScheduleActivity
public UserScheduleActivity() -
UserScheduleActivity
-
-
Method Details
-
activityCodeId
The id for the activity code. Look up a map of activity codes with the activities route -
getActivityCodeId
-
setActivityCodeId
-
startDate
Start time in UTC for this activity, in ISO-8601 format -
getStartDate
-
setStartDate
-
lengthInMinutes
Length in minutes for this activity -
getLengthInMinutes
-
setLengthInMinutes
-
description
Description for this activity -
getDescription
-
setDescription
-
countsAsPaidTime
Whether this activity is paid -
getCountsAsPaidTime
-
setCountsAsPaidTime
-
isDstFallback
Whether this activity spans a DST fallback -
getIsDstFallback
-
setIsDstFallback
-
timeOffRequestId
Time off request id of this activity -
getTimeOffRequestId
-
setTimeOffRequestId
-
equals
-
hashCode
public int hashCode() -
toString
-