Uses of Class
com.mypurecloud.sdk.v2.model.CoachingAppointmentStatusResponse
Packages that use CoachingAppointmentStatusResponse
-
Uses of CoachingAppointmentStatusResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CoachingAppointmentStatusResponseModifier 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 appointmentCoachingApi.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 appointmentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CoachingAppointmentStatusResponseModifier 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(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 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 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 CoachingAppointmentStatusResponseModifier and TypeMethodDescriptionCoachingApiAsync.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 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 CoachingAppointmentStatusResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CoachingAppointmentStatusResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CoachingAppointmentStatusResponseModifier and TypeMethodDescriptionCoachingAppointmentStatusResponseList.entities(List<CoachingAppointmentStatusResponse> entities) voidCoachingAppointmentStatusResponseList.setEntities(List<CoachingAppointmentStatusResponse> entities)