Uses of Class
com.mypurecloud.sdk.v2.model.CoachingAppointmentResponseList
Packages that use CoachingAppointmentResponseList
-
Uses of CoachingAppointmentResponseList in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CoachingAppointmentResponseListModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointments(GetCoachingAppointmentsRequest request) Get appointments for users and optional date rangeCoachingApi.getCoachingAppointments(List<String> userIds, String interval, Integer pageNumber, Integer pageSize, List<String> statuses, List<String> facilitatorIds, String sortOrder, List<String> relationships, String completionInterval, String overdue, String intervalCondition) Get appointments for users and optional date rangeCoachingApi.getCoachingAppointmentsMe(GetCoachingAppointmentsMeRequest request) Get my appointments for a given date rangeCoachingApi.getCoachingAppointmentsMe(String interval, Integer pageNumber, Integer pageSize, List<String> statuses, List<String> facilitatorIds, String sortOrder, List<String> relationships, String completionInterval, String overdue, String intervalCondition) Get my appointments for a given date rangeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CoachingAppointmentResponseListModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointments(ApiRequest<Void> request) Get appointments for users and optional date rangeCoachingApiAsync.getCoachingAppointmentsAsync(GetCoachingAppointmentsRequest request, AsyncApiCallback<CoachingAppointmentResponseList> callback) Get appointments for users and optional date rangeCoachingApiAsync.getCoachingAppointmentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAppointmentResponseList>> callback) Get appointments for users and optional date rangeCoachingApi.getCoachingAppointmentsMe(ApiRequest<Void> request) Get my appointments for a given date rangeCoachingApiAsync.getCoachingAppointmentsMeAsync(GetCoachingAppointmentsMeRequest request, AsyncApiCallback<CoachingAppointmentResponseList> callback) Get my appointments for a given date rangeCoachingApiAsync.getCoachingAppointmentsMeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAppointmentResponseList>> callback) Get my appointments for a given date rangeCoachingApi.getCoachingAppointmentsMeWithHttpInfo(String interval, Integer pageNumber, Integer pageSize, List<String> statuses, List<String> facilitatorIds, String sortOrder, List<String> relationships, String completionInterval, String overdue, String intervalCondition) Get my appointments for a given date rangeCoachingApi.getCoachingAppointmentsWithHttpInfo(List<String> userIds, String interval, Integer pageNumber, Integer pageSize, List<String> statuses, List<String> facilitatorIds, String sortOrder, List<String> relationships, String completionInterval, String overdue, String intervalCondition) Get appointments for users and optional date rangeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CoachingAppointmentResponseListModifier and TypeMethodDescriptionCoachingApiAsync.getCoachingAppointmentsAsync(GetCoachingAppointmentsRequest request, AsyncApiCallback<CoachingAppointmentResponseList> callback) Get appointments for users and optional date rangeCoachingApiAsync.getCoachingAppointmentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAppointmentResponseList>> callback) Get appointments for users and optional date rangeCoachingApiAsync.getCoachingAppointmentsMeAsync(GetCoachingAppointmentsMeRequest request, AsyncApiCallback<CoachingAppointmentResponseList> callback) Get my appointments for a given date rangeCoachingApiAsync.getCoachingAppointmentsMeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingAppointmentResponseList>> callback) Get my appointments for a given date range -
Uses of CoachingAppointmentResponseList in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingAppointmentResponseListModifier and TypeMethodDescriptionCoachingAppointmentResponseList.entities(List<CoachingAppointmentResponse> entities) CoachingAppointmentResponseList.pageNumber(Integer pageNumber) CoachingAppointmentResponseList.previousUri(String previousUri)