Uses of Class
com.mypurecloud.sdk.v2.model.CreateCoachingAppointmentRequest
Packages that use CreateCoachingAppointmentRequest
Package
Description
-
Uses of CreateCoachingAppointmentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateCoachingAppointmentRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingAppointments(CreateCoachingAppointmentRequest body) Create a new appointmentCoachingApi.postCoachingAppointmentsWithHttpInfo(CreateCoachingAppointmentRequest body) Create a new appointmentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateCoachingAppointmentRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingAppointments(ApiRequest<CreateCoachingAppointmentRequest> request) Create a new appointmentCoachingApiAsync.postCoachingAppointmentsAsync(ApiRequest<CreateCoachingAppointmentRequest> request, AsyncApiCallback<ApiResponse<CoachingAppointmentResponse>> callback) Create a new appointment -
Uses of CreateCoachingAppointmentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateCoachingAppointmentRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateCoachingAppointmentRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateCoachingAppointmentRequestModifier and TypeMethodDescriptionPostCoachingAppointmentsRequest.builder(CreateCoachingAppointmentRequest body) voidPostCoachingAppointmentsRequest.setBody(CreateCoachingAppointmentRequest body) PostCoachingAppointmentsRequest.Builder.withBody(CreateCoachingAppointmentRequest body) PostCoachingAppointmentsRequest.withBody(CreateCoachingAppointmentRequest body) PostCoachingAppointmentsRequest.Builder.withRequiredParams(CreateCoachingAppointmentRequest body) -
Uses of CreateCoachingAppointmentRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateCoachingAppointmentRequestModifier and TypeMethodDescriptionCreateCoachingAppointmentRequest.addToSchedule(Boolean addToSchedule) If True, adds the appointment to their scheduleCreateCoachingAppointmentRequest.attendeeIds(List<String> attendeeIds) IDs of attendees in the coaching appointment.CreateCoachingAppointmentRequest.conversationIds(List<String> conversationIds) IDs of conversations associated with this coaching appointment.The date/time the coaching appointment starts.CreateCoachingAppointmentRequest.description(String description) The description of coaching appointment.CreateCoachingAppointmentRequest.documentIds(List<String> documentIds) IDs of documents associated with this coaching appointment.CreateCoachingAppointmentRequest.externalLinks(List<String> externalLinks) The list of external links related to the appointmentCreateCoachingAppointmentRequest.facilitatorId(String facilitatorId) The facilitator ID of coaching appointment.CreateCoachingAppointmentRequest.lengthInMinutes(Integer lengthInMinutes) The duration of coaching appointment in minutes.The location of the appointmentThe name of coaching appointment.CreateCoachingAppointmentRequest.shareInsightsData(Boolean shareInsightsData) Whether to share the insight dataCreateCoachingAppointmentRequest.wfmSchedule(WfmScheduleReference wfmSchedule) The Workforce Management schedule the appointment is associated with.