Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchCoachingAppointmentStatusRequest
Packages that use PatchCoachingAppointmentStatusRequest
-
Uses of PatchCoachingAppointmentStatusRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchCoachingAppointmentStatusRequestModifier and TypeMethodDescriptionCoachingApi.patchCoachingAppointmentStatus(PatchCoachingAppointmentStatusRequest request) Update the status of a coaching appointment Permission not required if you are an attendee, creator or facilitator of the appointmentCoachingApiAsync.patchCoachingAppointmentStatusAsync(PatchCoachingAppointmentStatusRequest request, AsyncApiCallback<CoachingAppointmentStatusResponse> callback) Update the status of a coaching appointment Permission not required if you are an attendee, creator or facilitator of the appointment -
Uses of PatchCoachingAppointmentStatusRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchCoachingAppointmentStatusRequestModifier and TypeMethodDescriptionPatchCoachingAppointmentStatusRequest.Builder.build()PatchCoachingAppointmentStatusRequest.withAppointmentId(String appointmentId) PatchCoachingAppointmentStatusRequest.withBody(CoachingAppointmentStatusRequest body) PatchCoachingAppointmentStatusRequest.withCustomHeader(String name, String value)