Uses of Class
com.mypurecloud.sdk.v2.model.CoachingSlotsResponse
Packages that use CoachingSlotsResponse
-
Uses of CoachingSlotsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CoachingSlotsResponseModifier and TypeMethodDescriptionCoachingApi.postCoachingScheduleslotsQuery(PostCoachingScheduleslotsQueryRequest request) Get list of possible slots where a coaching appointment can be scheduled.CoachingApi.postCoachingScheduleslotsQuery(CoachingSlotsRequest body) Get list of possible slots where a coaching appointment can be scheduled.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CoachingSlotsResponseModifier and TypeMethodDescriptionCoachingApi.postCoachingScheduleslotsQuery(ApiRequest<CoachingSlotsRequest> request) Get list of possible slots where a coaching appointment can be scheduled.CoachingApiAsync.postCoachingScheduleslotsQueryAsync(PostCoachingScheduleslotsQueryRequest request, AsyncApiCallback<CoachingSlotsResponse> callback) 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.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 CoachingSlotsResponseModifier and TypeMethodDescriptionCoachingApiAsync.postCoachingScheduleslotsQueryAsync(PostCoachingScheduleslotsQueryRequest request, AsyncApiCallback<CoachingSlotsResponse> callback) 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.