Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchCoachingAppointmentRequest
Packages that use PatchCoachingAppointmentRequest
-
Uses of PatchCoachingAppointmentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchCoachingAppointmentRequestModifier and TypeMethodDescriptionCoachingApi.patchCoachingAppointment(PatchCoachingAppointmentRequest request) Update an existing appointment Permission not required if you are the creator or facilitator of the appointmentCoachingApiAsync.patchCoachingAppointmentAsync(PatchCoachingAppointmentRequest request, AsyncApiCallback<CoachingAppointmentResponse> callback) Update an existing appointment Permission not required if you are the creator or facilitator of the appointment -
Uses of PatchCoachingAppointmentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchCoachingAppointmentRequestModifier and TypeMethodDescriptionPatchCoachingAppointmentRequest.Builder.build()PatchCoachingAppointmentRequest.withAppointmentId(String appointmentId) PatchCoachingAppointmentRequest.withBody(UpdateCoachingAppointmentRequest body) PatchCoachingAppointmentRequest.withCustomHeader(String name, String value)