Package com.mypurecloud.sdk.v2.model
Class LearningSlotScheduleActivity
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningSlotScheduleActivity
- All Implemented Interfaces:
Serializable
LearningSlotScheduleActivity
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the external activity associated with this activity, if applicable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The ID of the activity code associated with this activityThe start date/time of this activity.description(String description) The description of this activitybooleanexternalActivityId(String externalActivityId) The ID of the external activity associated with this activity, if applicableexternalActivityType(LearningSlotScheduleActivity.ExternalActivityTypeEnum externalActivityType) The type of the external activity associated with this activity, if applicablegetPaid()inthashCode()lengthMinutes(Integer lengthMinutes) The length of this activity in minutesWhether this activity is paidvoidsetActivityCodeId(String activityCodeId) voidsetDateStart(Date dateStart) voidsetDescription(String description) voidsetExternalActivityId(String externalActivityId) voidsetExternalActivityType(LearningSlotScheduleActivity.ExternalActivityTypeEnum externalActivityType) voidsetLengthMinutes(Integer lengthMinutes) voidvoidsetTimeOffRequestId(String timeOffRequestId) timeOffRequestId(String timeOffRequestId) The ID of the time off request associated with this activity, if applicabletoString()
-
Constructor Details
-
LearningSlotScheduleActivity
public LearningSlotScheduleActivity() -
LearningSlotScheduleActivity
-
-
Method Details
-
dateStart
The start date/time of this activity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
lengthMinutes
The length of this activity in minutes -
getLengthMinutes
-
setLengthMinutes
-
description
The description of this activity -
getDescription
-
setDescription
-
activityCodeId
The ID of the activity code associated with this activity -
getActivityCodeId
-
setActivityCodeId
-
paid
Whether this activity is paid -
getPaid
-
setPaid
-
timeOffRequestId
The ID of the time off request associated with this activity, if applicable -
getTimeOffRequestId
-
setTimeOffRequestId
-
externalActivityId
The ID of the external activity associated with this activity, if applicable -
getExternalActivityId
-
setExternalActivityId
-
externalActivityType
public LearningSlotScheduleActivity externalActivityType(LearningSlotScheduleActivity.ExternalActivityTypeEnum externalActivityType) The type of the external activity associated with this activity, if applicable -
getExternalActivityType
-
setExternalActivityType
public void setExternalActivityType(LearningSlotScheduleActivity.ExternalActivityTypeEnum externalActivityType) -
equals
-
hashCode
public int hashCode() -
toString
-