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

The "customers" collection of methods. More...

Classes

class  GetRequest
 Retrieves a customer. More...
 
class  PatchRequest
 Updates a customer. This method supports patch semantics. More...
 
class  UpdateRequest
 Updates a customer. More...
 

Public Member Functions

 CustomersResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual GetRequest Get (string customerKey)
 Retrieves a customer. More...
 
virtual PatchRequest Patch (Google.Apis.Admin.Directory.directory_v1.Data.Customer body, string customerKey)
 Updates a customer. This method supports patch semantics. More...
 
virtual UpdateRequest Update (Google.Apis.Admin.Directory.directory_v1.Data.Customer body, string customerKey)
 Updates a customer. More...
 

Detailed Description

The "customers" collection of methods.

Constructor & Destructor Documentation

◆ CustomersResource()

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

Constructs a new resource.

Member Function Documentation

◆ Get()

virtual GetRequest Google.Apis.Admin.Directory.directory_v1.CustomersResource.Get ( string  customerKey)
inlinevirtual

Retrieves a customer.

Parameters
customerKeyId of the customer to be retrieved

◆ Patch()

virtual PatchRequest Google.Apis.Admin.Directory.directory_v1.CustomersResource.Patch ( Google.Apis.Admin.Directory.directory_v1.Data.Customer  body,
string  customerKey 
)
inlinevirtual

Updates a customer. This method supports patch semantics.

Parameters
bodyThe body of the request.
customerKeyId of the customer to be updated

◆ Update()

virtual UpdateRequest Google.Apis.Admin.Directory.directory_v1.CustomersResource.Update ( Google.Apis.Admin.Directory.directory_v1.Data.Customer  body,
string  customerKey 
)
inlinevirtual

Updates a customer.

Parameters
bodyThe body of the request.
customerKeyId of the customer to be updated

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