Uses of Class
com.mypurecloud.sdk.v2.model.CoachingNotificationList
Packages that use CoachingNotificationList
-
Uses of CoachingNotificationList in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CoachingNotificationListModifier and TypeMethodDescriptionCoachingApi.getCoachingNotifications(GetCoachingNotificationsRequest request) Retrieve the list of your notifications.CoachingApi.getCoachingNotifications(Integer pageNumber, Integer pageSize, List<String> expand) Retrieve the list of your notifications.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CoachingNotificationListModifier and TypeMethodDescriptionCoachingApi.getCoachingNotifications(ApiRequest<Void> request) Retrieve the list of your notifications.CoachingApiAsync.getCoachingNotificationsAsync(GetCoachingNotificationsRequest request, AsyncApiCallback<CoachingNotificationList> callback) Retrieve the list of your notifications.CoachingApiAsync.getCoachingNotificationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingNotificationList>> callback) Retrieve the list of your notifications.CoachingApi.getCoachingNotificationsWithHttpInfo(Integer pageNumber, Integer pageSize, List<String> expand) Retrieve the list of your notifications.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CoachingNotificationListModifier and TypeMethodDescriptionCoachingApiAsync.getCoachingNotificationsAsync(GetCoachingNotificationsRequest request, AsyncApiCallback<CoachingNotificationList> callback) Retrieve the list of your notifications.CoachingApiAsync.getCoachingNotificationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CoachingNotificationList>> callback) Retrieve the list of your notifications. -
Uses of CoachingNotificationList in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingNotificationListModifier and TypeMethodDescriptionCoachingNotificationList.entities(List<CoachingNotification> entities) CoachingNotificationList.pageNumber(Integer pageNumber) CoachingNotificationList.previousUri(String previousUri)