Uses of Class
com.mypurecloud.sdk.v2.api.request.GetCoachingAppointmentStatusesRequest
Packages that use GetCoachingAppointmentStatusesRequest
-
Uses of GetCoachingAppointmentStatusesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetCoachingAppointmentStatusesRequestModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointmentStatuses(GetCoachingAppointmentStatusesRequest 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. -
Uses of GetCoachingAppointmentStatusesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetCoachingAppointmentStatusesRequestModifier and TypeMethodDescriptionGetCoachingAppointmentStatusesRequest.Builder.build()GetCoachingAppointmentStatusesRequest.withAppointmentId(String appointmentId) GetCoachingAppointmentStatusesRequest.withCustomHeader(String name, String value) GetCoachingAppointmentStatusesRequest.withPageNumber(Integer pageNumber) GetCoachingAppointmentStatusesRequest.withPageSize(Integer pageSize)