Uses of Class
com.mypurecloud.sdk.v2.model.CoachingAppointmentStatusResponseList
Packages that use CoachingAppointmentStatusResponseList
-
Uses of CoachingAppointmentStatusResponseList in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CoachingAppointmentStatusResponseListModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointmentStatuses(GetCoachingAppointmentStatusesRequest request) Get the list of status changes for a coaching appointment.CoachingApi.getCoachingAppointmentStatuses(String appointmentId, Integer pageNumber, Integer pageSize) Get the list of status changes for a coaching appointment.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CoachingAppointmentStatusResponseListModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointmentStatuses(ApiRequest<Void> request) Get the list of status changes for a coaching appointment.CoachingApiAsync.getCoachingAppointmentStatusesAsync(GetCoachingAppointmentStatusesRequest request, AsyncApiCallback<CoachingAppointmentStatusResponseList> callback) Get the list of status changes for a coaching appointment.CoachingApiAsync.getCoachingAppointmentStatusesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAppointmentStatusResponseList>> callback) Get the list of status changes for a coaching appointment.CoachingApi.getCoachingAppointmentStatusesWithHttpInfo(String appointmentId, Integer pageNumber, Integer pageSize) Get the list of status changes for a coaching appointment.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CoachingAppointmentStatusResponseListModifier and TypeMethodDescriptionCoachingApiAsync.getCoachingAppointmentStatusesAsync(GetCoachingAppointmentStatusesRequest request, AsyncApiCallback<CoachingAppointmentStatusResponseList> callback) Get the list of status changes for a coaching appointment.CoachingApiAsync.getCoachingAppointmentStatusesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAppointmentStatusResponseList>> callback) Get the list of status changes for a coaching appointment. -
Uses of CoachingAppointmentStatusResponseList in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingAppointmentStatusResponseListModifier and TypeMethodDescriptionCoachingAppointmentStatusResponseList.entities(List<CoachingAppointmentStatusResponse> entities) CoachingAppointmentStatusResponseList.pageNumber(Integer pageNumber)