Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreateNotificationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateNotificationOperationOptions() CreateNotificationOperationOptions + func (o CreateNotificationOperationOptions) ToHeaders() *client.Headers + func (o CreateNotificationOperationOptions) ToOData() *odata.Query + func (o CreateNotificationOperationOptions) ToQuery() *client.QueryParams + type CreateNotificationOperationResponse struct + HttpResponse *http.Response + Model *beta.Notification + OData *odata.OData + type DeleteNotificationOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteNotificationOperationOptions() DeleteNotificationOperationOptions + func (o DeleteNotificationOperationOptions) ToHeaders() *client.Headers + func (o DeleteNotificationOperationOptions) ToOData() *odata.Query + func (o DeleteNotificationOperationOptions) ToQuery() *client.QueryParams + type DeleteNotificationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetNotificationOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetNotificationOperationOptions() GetNotificationOperationOptions + func (o GetNotificationOperationOptions) ToHeaders() *client.Headers + func (o GetNotificationOperationOptions) ToOData() *odata.Query + func (o GetNotificationOperationOptions) ToQuery() *client.QueryParams + type GetNotificationOperationResponse struct + HttpResponse *http.Response + Model *beta.Notification + OData *odata.OData + type GetNotificationsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetNotificationsCountOperationOptions() GetNotificationsCountOperationOptions + func (o GetNotificationsCountOperationOptions) ToHeaders() *client.Headers + func (o GetNotificationsCountOperationOptions) ToOData() *odata.Query + func (o GetNotificationsCountOperationOptions) ToQuery() *client.QueryParams + type GetNotificationsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListNotificationsCompleteResult struct + Items []beta.Notification + LatestHttpResponse *http.Response + type ListNotificationsCustomPager struct + NextLink *odata.Link + func (p *ListNotificationsCustomPager) NextPageLink() *odata.Link + type ListNotificationsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListNotificationsOperationOptions() ListNotificationsOperationOptions + func (o ListNotificationsOperationOptions) ToHeaders() *client.Headers + func (o ListNotificationsOperationOptions) ToOData() *odata.Query + func (o ListNotificationsOperationOptions) ToQuery() *client.QueryParams + type ListNotificationsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.Notification + OData *odata.OData + type NotificationClient struct + Client *msgraph.Client + func NewNotificationClientWithBaseURI(sdkApi sdkEnv.Api) (*NotificationClient, error) + func (c NotificationClient) CreateNotification(ctx context.Context, id beta.UserId, input beta.Notification, ...) (result CreateNotificationOperationResponse, err error) + func (c NotificationClient) DeleteNotification(ctx context.Context, id beta.UserIdNotificationId, ...) (result DeleteNotificationOperationResponse, err error) + func (c NotificationClient) GetNotification(ctx context.Context, id beta.UserIdNotificationId, ...) (result GetNotificationOperationResponse, err error) + func (c NotificationClient) GetNotificationsCount(ctx context.Context, id beta.UserId, ...) (result GetNotificationsCountOperationResponse, err error) + func (c NotificationClient) ListNotifications(ctx context.Context, id beta.UserId, options ListNotificationsOperationOptions) (result ListNotificationsOperationResponse, err error) + func (c NotificationClient) ListNotificationsComplete(ctx context.Context, id beta.UserId, options ListNotificationsOperationOptions) (ListNotificationsCompleteResult, error) + func (c NotificationClient) ListNotificationsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListNotificationsOperationOptions, ...) (result ListNotificationsCompleteResult, err error) + func (c NotificationClient) UpdateNotification(ctx context.Context, id beta.UserIdNotificationId, input beta.Notification, ...) (result UpdateNotificationOperationResponse, err error) + type NotificationOperationPredicate struct + func (p NotificationOperationPredicate) Matches(input beta.Notification) bool + type UpdateNotificationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateNotificationOperationOptions() UpdateNotificationOperationOptions + func (o UpdateNotificationOperationOptions) ToHeaders() *client.Headers + func (o UpdateNotificationOperationOptions) ToOData() *odata.Query + func (o UpdateNotificationOperationOptions) ToQuery() *client.QueryParams + type UpdateNotificationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData