public class Directory.Resources.Calendars extends Object
Modifier and Type | Class and Description |
---|---|
class |
Directory.Resources.Calendars.Delete |
class |
Directory.Resources.Calendars.Get |
class |
Directory.Resources.Calendars.Insert |
class |
Directory.Resources.Calendars.List |
class |
Directory.Resources.Calendars.Patch |
class |
Directory.Resources.Calendars.Update |
Constructor and Description |
---|
Calendars() |
Modifier and Type | Method and Description |
---|---|
Directory.Resources.Calendars.Delete |
delete(String customer,
String calendarResourceId)
Deletes a calendar resource.
|
Directory.Resources.Calendars.Get |
get(String customer,
String calendarResourceId)
Retrieves a calendar resource.
|
Directory.Resources.Calendars.Insert |
insert(String customer,
CalendarResource content)
Inserts a calendar resource.
|
Directory.Resources.Calendars.List |
list(String customer)
Retrieves a list of calendar resources for an account.
|
Directory.Resources.Calendars.Patch |
patch(String customer,
String calendarResourceId,
CalendarResource content)
Patches a calendar resource via Apiary Patch Orchestration.
|
Directory.Resources.Calendars.Update |
update(String customer,
String calendarResourceId,
CalendarResource content)
Updates a calendar resource.
|
public Directory.Resources.Calendars.Delete delete(String customer, String calendarResourceId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.calendarResourceId
- The unique ID of the calendar resource to delete.IOException
public Directory.Resources.Calendars.Get get(String customer, String calendarResourceId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.calendarResourceId
- The unique ID of the calendar resource to retrieve.IOException
public Directory.Resources.Calendars.Insert insert(String customer, CalendarResource content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.content
- the CalendarResource
IOException
public Directory.Resources.Calendars.List list(String customer) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.IOException
public Directory.Resources.Calendars.Patch patch(String customer, String calendarResourceId, CalendarResource content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.calendarResourceId
- The unique ID of the calendar resource to update.content
- the CalendarResource
IOException
public Directory.Resources.Calendars.Update update(String customer, String calendarResourceId, CalendarResource content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customer
- The unique ID for the customer's Google Workspace account. As an account administrator, you can also
use the `my_customer` alias to represent your account's customer ID.calendarResourceId
- The unique ID of the calendar resource to update.content
- the CalendarResource
IOException
Copyright © 2011–2021 Google. All rights reserved.