notifications

package
v1.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnnouncementsRequestBuilder

AnnouncementsRequestBuilder builds and executes requests for operations under \notifications\announcements

func NewAnnouncementsRequestBuilder

NewAnnouncementsRequestBuilder instantiates a new AnnouncementsRequestBuilder and sets the default values.

func NewAnnouncementsRequestBuilderInternal

func NewAnnouncementsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AnnouncementsRequestBuilder

NewAnnouncementsRequestBuilderInternal instantiates a new AnnouncementsRequestBuilder and sets the default values.

func (*AnnouncementsRequestBuilder) Post

Post lists announcement notifications for the current user with paging and filters for release notes, notices, and operational updates. returns a PagedResultOfNotificationTableRowable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 500 status code

func (*AnnouncementsRequestBuilder) ToPostRequestInformation

ToPostRequestInformation lists announcement notifications for the current user with paging and filters for release notes, notices, and operational updates. returns a *RequestInformation when successful

func (*AnnouncementsRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AnnouncementsRequestBuilder when successful

type ItemMarkReadRequestBuilder

ItemMarkReadRequestBuilder builds and executes requests for operations under \notifications\{id}\mark-read

func NewItemMarkReadRequestBuilder

NewItemMarkReadRequestBuilder instantiates a new ItemMarkReadRequestBuilder and sets the default values.

func NewItemMarkReadRequestBuilderInternal

func NewItemMarkReadRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMarkReadRequestBuilder

NewItemMarkReadRequestBuilderInternal instantiates a new ItemMarkReadRequestBuilder and sets the default values.

func (*ItemMarkReadRequestBuilder) Post

Post marks one current-user notification as read so it no longer contributes to unread counts or active notification lists. returns a *bool when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 404 status code returns a ProblemDetails error when the service returns a 500 status code

func (*ItemMarkReadRequestBuilder) ToPostRequestInformation

ToPostRequestInformation marks one current-user notification as read so it no longer contributes to unread counts or active notification lists. returns a *RequestInformation when successful

func (*ItemMarkReadRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemMarkReadRequestBuilder when successful

type MarkAllReadRequestBuilder

MarkAllReadRequestBuilder builds and executes requests for operations under \notifications\mark-all-read

func NewMarkAllReadRequestBuilder

NewMarkAllReadRequestBuilder instantiates a new MarkAllReadRequestBuilder and sets the default values.

func NewMarkAllReadRequestBuilderInternal

func NewMarkAllReadRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MarkAllReadRequestBuilder

NewMarkAllReadRequestBuilderInternal instantiates a new MarkAllReadRequestBuilder and sets the default values.

func (*MarkAllReadRequestBuilder) Post

Post marks all notifications for the current user as read and returns the number updated for notification center refreshes. returns a *int32 when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 500 status code

func (*MarkAllReadRequestBuilder) ToPostRequestInformation

ToPostRequestInformation marks all notifications for the current user as read and returns the number updated for notification center refreshes. returns a *RequestInformation when successful

func (*MarkAllReadRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *MarkAllReadRequestBuilder when successful

type MeRequestBuilder

MeRequestBuilder builds and executes requests for operations under \notifications\me

func NewMeRequestBuilder

NewMeRequestBuilder instantiates a new MeRequestBuilder and sets the default values.

func NewMeRequestBuilderInternal

func NewMeRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MeRequestBuilder

NewMeRequestBuilderInternal instantiates a new MeRequestBuilder and sets the default values.

func (*MeRequestBuilder) Post

Post lists current-user notifications with paging, sorting, and filters for operational alerts, announcements, and follow-up updates. returns a PagedResultOfNotificationTableRowable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 500 status code

func (*MeRequestBuilder) ToPostRequestInformation

ToPostRequestInformation lists current-user notifications with paging, sorting, and filters for operational alerts, announcements, and follow-up updates. returns a *RequestInformation when successful

func (*MeRequestBuilder) WithUrl

func (m *MeRequestBuilder) WithUrl(rawUrl string) *MeRequestBuilder

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *MeRequestBuilder when successful

type NotificationsItemRequestBuilder

NotificationsItemRequestBuilder builds and executes requests for operations under \notifications\{id}

func NewNotificationsItemRequestBuilder

NewNotificationsItemRequestBuilder instantiates a new NotificationsItemRequestBuilder and sets the default values.

func NewNotificationsItemRequestBuilderInternal

func NewNotificationsItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *NotificationsItemRequestBuilder

NewNotificationsItemRequestBuilderInternal instantiates a new NotificationsItemRequestBuilder and sets the default values.

func (*NotificationsItemRequestBuilder) MarkRead

MarkRead the markRead property returns a *ItemMarkReadRequestBuilder when successful

type NotificationsRequestBuilder

NotificationsRequestBuilder builds and executes requests for operations under \notifications

func NewNotificationsRequestBuilder

NewNotificationsRequestBuilder instantiates a new NotificationsRequestBuilder and sets the default values.

func NewNotificationsRequestBuilderInternal

func NewNotificationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *NotificationsRequestBuilder

NewNotificationsRequestBuilderInternal instantiates a new NotificationsRequestBuilder and sets the default values.

func (*NotificationsRequestBuilder) Announcements

Announcements the announcements property returns a *AnnouncementsRequestBuilder when successful

func (*NotificationsRequestBuilder) ById

ById gets an item from the github.com/leadpingai/leadping-go.notifications.item collection returns a *NotificationsItemRequestBuilder when successful

func (*NotificationsRequestBuilder) MarkAllRead

MarkAllRead the markAllRead property returns a *MarkAllReadRequestBuilder when successful

func (*NotificationsRequestBuilder) Me

Me the me property returns a *MeRequestBuilder when successful

func (*NotificationsRequestBuilder) UnreadCount

UnreadCount the unreadCount property returns a *UnreadCountRequestBuilder when successful

type UnreadCountRequestBuilder

UnreadCountRequestBuilder builds and executes requests for operations under \notifications\unread-count

func NewUnreadCountRequestBuilder

NewUnreadCountRequestBuilder instantiates a new UnreadCountRequestBuilder and sets the default values.

func NewUnreadCountRequestBuilderInternal

func NewUnreadCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnreadCountRequestBuilder

NewUnreadCountRequestBuilderInternal instantiates a new UnreadCountRequestBuilder and sets the default values.

func (*UnreadCountRequestBuilder) Get

Get returns the current user's unread notification count for badge updates and notification center state. returns a *int32 when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 500 status code

func (*UnreadCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation returns the current user's unread notification count for badge updates and notification center state. returns a *RequestInformation when successful

func (*UnreadCountRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *UnreadCountRequestBuilder when successful

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL