Uses of Class
com.mypurecloud.sdk.v2.model.CoachingAppointmentResponse
Packages that use CoachingAppointmentResponse
-
Uses of CoachingAppointmentResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CoachingAppointmentResponseModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointment(GetCoachingAppointmentRequest request) Retrieve an appointment Permission not required if you are the attendee, creator or facilitator of the appointmentCoachingApi.getCoachingAppointment(String appointmentId) Retrieve an appointment Permission not required if you are the attendee, creator or facilitator of the appointmentCoachingApi.patchCoachingAppointment(PatchCoachingAppointmentRequest request) Update an existing appointment Permission not required if you are the creator or facilitator of the appointmentCoachingApi.patchCoachingAppointment(String appointmentId, UpdateCoachingAppointmentRequest body) Update an existing appointment Permission not required if you are the creator or facilitator of the appointmentCoachingApi.postCoachingAppointments(PostCoachingAppointmentsRequest request) Create a new appointmentCoachingApi.postCoachingAppointments(CreateCoachingAppointmentRequest body) Create a new appointmentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CoachingAppointmentResponseModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointment(ApiRequest<Void> request) Retrieve an appointment Permission not required if you are the attendee, creator or facilitator of the appointmentCoachingApiAsync.getCoachingAppointmentAsync(GetCoachingAppointmentRequest request, AsyncApiCallback<CoachingAppointmentResponse> callback) Retrieve an appointment Permission not required if you are the attendee, creator or facilitator of the appointmentCoachingApiAsync.getCoachingAppointmentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAppointmentResponse>> callback) Retrieve an appointment Permission not required if you are the attendee, creator or facilitator of the appointmentCoachingApi.getCoachingAppointmentWithHttpInfo(String appointmentId) Retrieve an appointment Permission not required if you are the attendee, creator or facilitator of the appointmentCoachingApi.patchCoachingAppointment(ApiRequest<UpdateCoachingAppointmentRequest> 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 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 appointmentCoachingApi.patchCoachingAppointmentWithHttpInfo(String appointmentId, UpdateCoachingAppointmentRequest body) Update an existing appointment Permission not required if you are the creator or facilitator of the appointmentCoachingApi.postCoachingAppointments(ApiRequest<CreateCoachingAppointmentRequest> request) Create a new appointmentCoachingApiAsync.postCoachingAppointmentsAsync(PostCoachingAppointmentsRequest request, AsyncApiCallback<CoachingAppointmentResponse> callback) Create a new appointmentCoachingApiAsync.postCoachingAppointmentsAsync(ApiRequest<CreateCoachingAppointmentRequest> request, AsyncApiCallback<ApiResponse<CoachingAppointmentResponse>> callback) Create a new appointmentCoachingApi.postCoachingAppointmentsWithHttpInfo(CreateCoachingAppointmentRequest body) Create a new appointmentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CoachingAppointmentResponseModifier and TypeMethodDescriptionCoachingApiAsync.getCoachingAppointmentAsync(GetCoachingAppointmentRequest request, AsyncApiCallback<CoachingAppointmentResponse> callback) Retrieve an appointment Permission not required if you are the attendee, creator or facilitator of the appointmentCoachingApiAsync.getCoachingAppointmentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAppointmentResponse>> callback) Retrieve an appointment Permission not required if you are the attendee, 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 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 appointmentCoachingApiAsync.postCoachingAppointmentsAsync(PostCoachingAppointmentsRequest request, AsyncApiCallback<CoachingAppointmentResponse> callback) Create a new appointmentCoachingApiAsync.postCoachingAppointmentsAsync(ApiRequest<CreateCoachingAppointmentRequest> request, AsyncApiCallback<ApiResponse<CoachingAppointmentResponse>> callback) Create a new appointment -
Uses of CoachingAppointmentResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingAppointmentResponseMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type CoachingAppointmentResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CoachingAppointmentResponseModifier and TypeMethodDescriptionCoachingAppointmentResponseList.entities(List<CoachingAppointmentResponse> entities) voidCoachingAppointmentResponseList.setEntities(List<CoachingAppointmentResponse> entities)