Package com.mypurecloud.sdk.v2.model
Class CreateCoachingAppointmentRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateCoachingAppointmentRequest
- All Implemented Interfaces:
Serializable
Create coaching appointment request
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddToSchedule(Boolean addToSchedule) If True, adds the appointment to their scheduleattendeeIds(List<String> attendeeIds) IDs of attendees in the coaching appointment.conversationIds(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 appointmentfacilitatorId(String facilitatorId) The facilitator ID of coaching appointment.getName()inthashCode()lengthInMinutes(Integer lengthInMinutes) The duration of coaching appointment in minutes.The location of the appointmentThe name of coaching appointment.voidsetAddToSchedule(Boolean addToSchedule) voidsetAttendeeIds(List<String> attendeeIds) voidsetConversationIds(List<String> conversationIds) voidsetDateStart(Date dateStart) voidsetDescription(String description) voidsetDocumentIds(List<String> documentIds) voidsetExternalLinks(List<String> externalLinks) voidsetFacilitatorId(String facilitatorId) voidsetLengthInMinutes(Integer lengthInMinutes) voidsetLocation(String location) voidvoidsetShareInsightsData(Boolean shareInsightsData) voidsetWfmSchedule(WfmScheduleReference wfmSchedule) shareInsightsData(Boolean shareInsightsData) Whether to share the insight datatoString()wfmSchedule(WfmScheduleReference wfmSchedule) The Workforce Management schedule the appointment is associated with.
-
Constructor Details
-
CreateCoachingAppointmentRequest
public CreateCoachingAppointmentRequest() -
CreateCoachingAppointmentRequest
-
-
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
-
facilitatorId
The facilitator ID of coaching appointment. -
getFacilitatorId
-
setFacilitatorId
-
attendeeIds
IDs of attendees in the coaching appointment. -
getAttendeeIds
-
setAttendeeIds
-
conversationIds
IDs of conversations associated with this coaching appointment. -
getConversationIds
-
setConversationIds
-
documentIds
IDs of documents associated with this coaching appointment. -
getDocumentIds
-
setDocumentIds
-
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
-