Uses of Class
com.mypurecloud.sdk.v2.api.request.GetCoachingNotificationsRequest
Packages that use GetCoachingNotificationsRequest
-
Uses of GetCoachingNotificationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetCoachingNotificationsRequestModifier and TypeMethodDescriptionCoachingApi.getCoachingNotifications(GetCoachingNotificationsRequest request) Retrieve the list of your notifications.CoachingApiAsync.getCoachingNotificationsAsync(GetCoachingNotificationsRequest request, AsyncApiCallback<CoachingNotificationList> callback) Retrieve the list of your notifications. -
Uses of GetCoachingNotificationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetCoachingNotificationsRequestModifier and TypeMethodDescriptionGetCoachingNotificationsRequest.Builder.build()GetCoachingNotificationsRequest.withCustomHeader(String name, String value) GetCoachingNotificationsRequest.withExpand(List<String> expand) GetCoachingNotificationsRequest.withPageNumber(Integer pageNumber) GetCoachingNotificationsRequest.withPageSize(Integer pageSize)