Uses of Class
com.mypurecloud.sdk.v2.model.CoachingSlotsRequest
Packages that use CoachingSlotsRequest
Package
Description
-
Uses of CoachingSlotsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CoachingSlotsRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingScheduleslotsQuery(CoachingSlotsRequest body) Get list of possible slots where a coaching appointment can be scheduled.CoachingApi.postCoachingScheduleslotsQueryWithHttpInfo(CoachingSlotsRequest body) Get list of possible slots where a coaching appointment can be scheduled.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CoachingSlotsRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingScheduleslotsQuery(ApiRequest<CoachingSlotsRequest> request) Get list of possible slots where a coaching appointment can be scheduled.CoachingApiAsync.postCoachingScheduleslotsQueryAsync(ApiRequest<CoachingSlotsRequest> request, AsyncApiCallback<ApiResponse<CoachingSlotsResponse>> callback) Get list of possible slots where a coaching appointment can be scheduled. -
Uses of CoachingSlotsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CoachingSlotsRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CoachingSlotsRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CoachingSlotsRequestModifier and TypeMethodDescriptionPostCoachingScheduleslotsQueryRequest.builder(CoachingSlotsRequest body) voidPostCoachingScheduleslotsQueryRequest.setBody(CoachingSlotsRequest body) PostCoachingScheduleslotsQueryRequest.Builder.withBody(CoachingSlotsRequest body) PostCoachingScheduleslotsQueryRequest.withBody(CoachingSlotsRequest body) PostCoachingScheduleslotsQueryRequest.Builder.withRequiredParams(CoachingSlotsRequest body) -
Uses of CoachingSlotsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingSlotsRequestModifier and TypeMethodDescriptionCoachingSlotsRequest.attendeeIds(List<String> attendeeIds) List of attendees to determine coaching appointment slotsCoachingSlotsRequest.facilitatorIds(List<String> facilitatorIds) List of facilitators to determine coaching appointment slotsCoachingSlotsRequest.interruptibleAppointmentIds(List<String> interruptibleAppointmentIds) List of appointment ids to exclude from consideration when determining blocked slotsRange of time to get slots for scheduling coaching appointments.CoachingSlotsRequest.lengthInMinutes(Integer lengthInMinutes) The duration of coaching appointment to schedule in 15 minutes granularity up to maximum of 60 minutes