Uses of Class
com.mypurecloud.sdk.v2.api.request.GetCoachingAppointmentsRequest
Packages that use GetCoachingAppointmentsRequest
-
Uses of GetCoachingAppointmentsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetCoachingAppointmentsRequestModifier and TypeMethodDescriptionCoachingApi.getCoachingAppointments(GetCoachingAppointmentsRequest request) Get appointments for users and optional date rangeCoachingApiAsync.getCoachingAppointmentsAsync(GetCoachingAppointmentsRequest request, AsyncApiCallback<CoachingAppointmentResponseList> callback) Get appointments for users and optional date range -
Uses of GetCoachingAppointmentsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetCoachingAppointmentsRequestModifier and TypeMethodDescriptionGetCoachingAppointmentsRequest.Builder.build()GetCoachingAppointmentsRequest.withCompletionInterval(String completionInterval) GetCoachingAppointmentsRequest.withCustomHeader(String name, String value) GetCoachingAppointmentsRequest.withFacilitatorIds(List<String> facilitatorIds) GetCoachingAppointmentsRequest.withInterval(String interval) GetCoachingAppointmentsRequest.withIntervalCondition(String intervalCondition) GetCoachingAppointmentsRequest.withOverdue(String overdue) GetCoachingAppointmentsRequest.withPageNumber(Integer pageNumber) GetCoachingAppointmentsRequest.withPageSize(Integer pageSize) GetCoachingAppointmentsRequest.withRelationships(List<String> relationships) GetCoachingAppointmentsRequest.withSortOrder(String sortOrder) GetCoachingAppointmentsRequest.withStatuses(List<String> statuses) GetCoachingAppointmentsRequest.withUserIds(List<String> userIds)