admin  directory_v1
Classes | Public Member Functions | List of all members
Google.Apis.Admin.Directory.directory_v1.NotificationsResource Class Reference

The "notifications" collection of methods. More...

Classes

class  DeleteRequest
 Deletes a notification More...
 
class  GetRequest
 Retrieves a notification. More...
 
class  ListRequest
 Retrieves a list of notifications. More...
 
class  PatchRequest
 Updates a notification. This method supports patch semantics. More...
 
class  UpdateRequest
 Updates a notification. More...
 

Public Member Functions

 NotificationsResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual DeleteRequest Delete (string customer, string notificationId)
 Deletes a notification More...
 
virtual GetRequest Get (string customer, string notificationId)
 Retrieves a notification. More...
 
virtual ListRequest List (string customer)
 Retrieves a list of notifications. More...
 
virtual PatchRequest Patch (Google.Apis.Admin.Directory.directory_v1.Data.Notification body, string customer, string notificationId)
 Updates a notification. This method supports patch semantics. More...
 
virtual UpdateRequest Update (Google.Apis.Admin.Directory.directory_v1.Data.Notification body, string customer, string notificationId)
 Updates a notification. More...
 

Detailed Description

The "notifications" collection of methods.

Constructor & Destructor Documentation

◆ NotificationsResource()

Google.Apis.Admin.Directory.directory_v1.NotificationsResource.NotificationsResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Delete()

virtual DeleteRequest Google.Apis.Admin.Directory.directory_v1.NotificationsResource.Delete ( string  customer,
string  notificationId 
)
inlinevirtual

Deletes a notification

Parameters
customerThe unique ID for the customer's G Suite account. The customerId is also returned as part of the Users resource.
notificationIdThe unique ID of the notification.

◆ Get()

virtual GetRequest Google.Apis.Admin.Directory.directory_v1.NotificationsResource.Get ( string  customer,
string  notificationId 
)
inlinevirtual

Retrieves a notification.

Parameters
customerThe unique ID for the customer's G Suite account. The customerId is also returned as part of the Users resource.
notificationIdThe unique ID of the notification.

◆ List()

virtual ListRequest Google.Apis.Admin.Directory.directory_v1.NotificationsResource.List ( string  customer)
inlinevirtual

Retrieves a list of notifications.

Parameters
customerThe unique ID for the customer's G Suite account.

◆ Patch()

virtual PatchRequest Google.Apis.Admin.Directory.directory_v1.NotificationsResource.Patch ( Google.Apis.Admin.Directory.directory_v1.Data.Notification  body,
string  customer,
string  notificationId 
)
inlinevirtual

Updates a notification. This method supports patch semantics.

Parameters
bodyThe body of the request.
customerThe unique ID for the customer's G Suite account.
notificationIdThe unique ID of the notification.

◆ Update()

virtual UpdateRequest Google.Apis.Admin.Directory.directory_v1.NotificationsResource.Update ( Google.Apis.Admin.Directory.directory_v1.Data.Notification  body,
string  customer,
string  notificationId 
)
inlinevirtual

Updates a notification.

Parameters
bodyThe body of the request.
customerThe unique ID for the customer's G Suite account.
notificationIdThe unique ID of the notification.

The documentation for this class was generated from the following file: