Uses of Class
com.mypurecloud.sdk.v2.model.CoachingAppointmentStatusRequest
Packages that use CoachingAppointmentStatusRequest
Package
Description
-
Uses of CoachingAppointmentStatusRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CoachingAppointmentStatusRequestModifier and TypeMethodDescriptionCoachingApi.patchCoachingAppointmentStatus(String appointmentId, CoachingAppointmentStatusRequest body) Update the status of a coaching appointment Permission not required if you are an attendee, creator or facilitator of the appointmentCoachingApi.patchCoachingAppointmentStatusWithHttpInfo(String appointmentId, CoachingAppointmentStatusRequest body) Update the status of a coaching appointment Permission not required if you are an attendee, creator or facilitator of the appointmentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CoachingAppointmentStatusRequestModifier and TypeMethodDescriptionCoachingApi.patchCoachingAppointmentStatus(ApiRequest<CoachingAppointmentStatusRequest> request) Update the status of a coaching appointment Permission not required if you are an attendee, creator or facilitator of the appointmentCoachingApiAsync.patchCoachingAppointmentStatusAsync(ApiRequest<CoachingAppointmentStatusRequest> request, AsyncApiCallback<ApiResponse<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 CoachingAppointmentStatusRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CoachingAppointmentStatusRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CoachingAppointmentStatusRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CoachingAppointmentStatusRequestModifier and TypeMethodDescriptionPatchCoachingAppointmentStatusRequest.builder(String appointmentId, CoachingAppointmentStatusRequest body) voidPatchCoachingAppointmentStatusRequest.setBody(CoachingAppointmentStatusRequest body) PatchCoachingAppointmentStatusRequest.Builder.withBody(CoachingAppointmentStatusRequest body) PatchCoachingAppointmentStatusRequest.withBody(CoachingAppointmentStatusRequest body) PatchCoachingAppointmentStatusRequest.Builder.withRequiredParams(String appointmentId, CoachingAppointmentStatusRequest body) -
Uses of CoachingAppointmentStatusRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingAppointmentStatusRequestModifier and TypeMethodDescriptionCoachingAppointmentStatusRequest.status(CoachingAppointmentStatusRequest.StatusEnum status) The status of the coaching appointment