Package com.mypurecloud.sdk.v2.model
Class DevelopmentActivity
java.lang.Object
com.mypurecloud.sdk.v2.model.DevelopmentActivity
- All Implemented Interfaces:
Serializable
Development Activity object
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumModule archive typestatic enumThe status of the activitystatic enumThe type of activity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchivalMode(DevelopmentActivity.ArchivalModeEnum archivalMode) Module archive typeattendees(List<UserReference> attendees) List of users attending the activityDue date for completion of the activity.booleanfacilitator(UserReference facilitator) Facilitator of the activitygetId()getName()getType()inthashCode()True if this is the latest version of assignment assigned to the userisModuleArchived(Boolean isModuleArchived) True if the associated module is archivedIndicates if the activity is overdueThe name of the activityvoidsetArchivalMode(DevelopmentActivity.ArchivalModeEnum archivalMode) voidsetAttendees(List<UserReference> attendees) voidsetDateDue(Date dateDue) voidsetFacilitator(UserReference facilitator) voidsetIsLatest(Boolean isLatest) voidsetIsModuleArchived(Boolean isModuleArchived) voidsetIsOverdue(Boolean isOverdue) voidvoidvoidstatus(DevelopmentActivity.StatusEnum status) The status of the activitytoString()The type of activity
-
Constructor Details
-
DevelopmentActivity
public DevelopmentActivity() -
DevelopmentActivity
-
-
Method Details
-
getId
-
getDateCompleted
-
getCreatedBy
-
getDateCreated
-
getPercentageScore
-
getIsPassed
-
isLatest
True if this is the latest version of assignment assigned to the user -
getIsLatest
-
setIsLatest
-
isModuleArchived
True if the associated module is archived -
getIsModuleArchived
-
setIsModuleArchived
-
archivalMode
Module archive type -
getArchivalMode
-
setArchivalMode
-
getSelfUri
-
name
The name of the activity -
getName
-
setName
-
type
The type of activity -
getType
-
setType
-
status
The status of the activity -
getStatus
-
setStatus
-
dateDue
Due date for completion of the activity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateDue
-
setDateDue
-
facilitator
Facilitator of the activity -
getFacilitator
-
setFacilitator
-
attendees
List of users attending the activity -
getAttendees
-
setAttendees
-
isOverdue
Indicates if the activity is overdue -
getIsOverdue
-
setIsOverdue
-
equals
-
hashCode
public int hashCode() -
toString
-