Uses of Class
com.mypurecloud.sdk.v2.model.UpdateCoachingAppointmentRequest
Packages that use UpdateCoachingAppointmentRequest
Package
Description
-
Uses of UpdateCoachingAppointmentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateCoachingAppointmentRequestModifier and TypeMethodDescriptionCoachingApi.patchCoachingAppointment(String appointmentId, UpdateCoachingAppointmentRequest body) Update an existing appointment Permission not required if you are the creator or facilitator of the appointmentCoachingApi.patchCoachingAppointmentWithHttpInfo(String appointmentId, UpdateCoachingAppointmentRequest body) Update an existing appointment Permission not required if you are the creator or facilitator of the appointmentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateCoachingAppointmentRequestModifier and TypeMethodDescriptionCoachingApi.patchCoachingAppointment(ApiRequest<UpdateCoachingAppointmentRequest> request) Update an existing appointment Permission not required if you are the creator or facilitator of the appointmentCoachingApiAsync.patchCoachingAppointmentAsync(ApiRequest<UpdateCoachingAppointmentRequest> request, AsyncApiCallback<ApiResponse<CoachingAppointmentResponse>> callback) Update an existing appointment Permission not required if you are the creator or facilitator of the appointment -
Uses of UpdateCoachingAppointmentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateCoachingAppointmentRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateCoachingAppointmentRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateCoachingAppointmentRequestModifier and TypeMethodDescriptionPatchCoachingAppointmentRequest.builder(String appointmentId, UpdateCoachingAppointmentRequest body) voidPatchCoachingAppointmentRequest.setBody(UpdateCoachingAppointmentRequest body) PatchCoachingAppointmentRequest.Builder.withBody(UpdateCoachingAppointmentRequest body) PatchCoachingAppointmentRequest.withBody(UpdateCoachingAppointmentRequest body) PatchCoachingAppointmentRequest.Builder.withRequiredParams(String appointmentId, UpdateCoachingAppointmentRequest body) -
Uses of UpdateCoachingAppointmentRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateCoachingAppointmentRequestModifier and TypeMethodDescriptionUpdateCoachingAppointmentRequest.addToSchedule(Boolean addToSchedule) If True, adds the appointment to their scheduleUpdateCoachingAppointmentRequest.conversationIds(List<String> conversationIds) IDs of conversations associated with this coaching appointment.The date/time the coaching appointment starts.UpdateCoachingAppointmentRequest.description(String description) The description of coaching appointment.UpdateCoachingAppointmentRequest.documentIds(List<String> documentIds) IDs of documents associated with this coaching appointment.UpdateCoachingAppointmentRequest.externalLinks(List<String> externalLinks) The list of external links related to the appointmentUpdateCoachingAppointmentRequest.lengthInMinutes(Integer lengthInMinutes) The duration of coaching appointment in minutes.The location of the appointmentThe name of coaching appointment.UpdateCoachingAppointmentRequest.shareInsightsData(Boolean shareInsightsData) Whether to share the insight dataUpdateCoachingAppointmentRequest.status(UpdateCoachingAppointmentRequest.StatusEnum status) The status of the coaching appointment.UpdateCoachingAppointmentRequest.wfmSchedule(WfmScheduleReference wfmSchedule) The Workforce Management schedule the appointment is associated with.