Package com.mypurecloud.sdk.v2.model
Class UpdateCoachingAppointmentRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateCoachingAppointmentRequest
- All Implemented Interfaces:
Serializable
Update coaching appointment request
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the coaching appointment. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddToSchedule(Boolean addToSchedule) If True, adds the appointment to their scheduleconversationIds(List<String> conversationIds) IDs of conversations associated with this coaching appointment.The date/time the coaching appointment starts.description(String description) The description of coaching appointment.documentIds(List<String> documentIds) IDs of documents associated with this coaching appointment.booleanexternalLinks(List<String> externalLinks) The list of external links related to the appointmentgetName()inthashCode()lengthInMinutes(Integer lengthInMinutes) The duration of coaching appointment in minutes.The location of the appointmentThe name of coaching appointment.voidsetAddToSchedule(Boolean addToSchedule) voidsetConversationIds(List<String> conversationIds) voidsetDateStart(Date dateStart) voidsetDescription(String description) voidsetDocumentIds(List<String> documentIds) voidsetExternalLinks(List<String> externalLinks) voidsetLengthInMinutes(Integer lengthInMinutes) voidsetLocation(String location) voidvoidsetShareInsightsData(Boolean shareInsightsData) voidvoidsetWfmSchedule(WfmScheduleReference wfmSchedule) shareInsightsData(Boolean shareInsightsData) Whether to share the insight dataThe status of the coaching appointment.toString()wfmSchedule(WfmScheduleReference wfmSchedule) The Workforce Management schedule the appointment is associated with.
-
Constructor Details
-
UpdateCoachingAppointmentRequest
public UpdateCoachingAppointmentRequest() -
UpdateCoachingAppointmentRequest
-
-
Method Details
-
name
The name of coaching appointment. -
getName
-
setName
-
description
The description of coaching appointment. -
getDescription
-
setDescription
-
dateStart
The date/time the coaching appointment starts. Times will be rounded down to the minute. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
lengthInMinutes
The duration of coaching appointment in minutes. -
getLengthInMinutes
-
setLengthInMinutes
-
conversationIds
IDs of conversations associated with this coaching appointment. -
getConversationIds
-
setConversationIds
-
documentIds
IDs of documents associated with this coaching appointment. -
getDocumentIds
-
setDocumentIds
-
status
The status of the coaching appointment. -
getStatus
-
setStatus
-
wfmSchedule
The Workforce Management schedule the appointment is associated with. -
getWfmSchedule
-
setWfmSchedule
-
externalLinks
The list of external links related to the appointment -
getExternalLinks
-
setExternalLinks
-
location
The location of the appointment -
getLocation
-
setLocation
-
addToSchedule
If True, adds the appointment to their schedule -
getAddToSchedule
-
setAddToSchedule
-
equals
-
hashCode
public int hashCode() -
toString
-