Package | Description |
---|---|
com.google.api.services.directory | |
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Directory.Resources.Calendars.Insert |
Directory.Resources.Calendars.insert(String customer,
CalendarResource content)
Inserts a calendar resource.
|
Directory.Resources.Calendars.Patch |
Directory.Resources.Calendars.patch(String customer,
String calendarResourceId,
CalendarResource content)
Patches a calendar resource via Apiary Patch Orchestration.
|
Directory.Resources.Calendars.Update |
Directory.Resources.Calendars.update(String customer,
String calendarResourceId,
CalendarResource content)
Updates a calendar resource.
|
Constructor and Description |
---|
Insert(String customer,
CalendarResource content)
Inserts a calendar resource.
|
Patch(String customer,
String calendarResourceId,
CalendarResource content)
Patches a calendar resource via Apiary Patch Orchestration.
|
Update(String customer,
String calendarResourceId,
CalendarResource content)
Updates a calendar resource.
|
Modifier and Type | Method and Description |
---|---|
CalendarResource |
CalendarResource.clone() |
CalendarResource |
CalendarResource.set(String fieldName,
Object value) |
CalendarResource |
CalendarResource.setBuildingId(String buildingId)
Unique ID for the building a resource is located in.
|
CalendarResource |
CalendarResource.setCapacity(Integer capacity)
Capacity of a resource, number of seats in a room.
|
CalendarResource |
CalendarResource.setEtags(String etags)
ETag of the resource.
|
CalendarResource |
CalendarResource.setFeatureInstances(Object featureInstances)
Instances of features for the calendar resource.
|
CalendarResource |
CalendarResource.setFloorName(String floorName)
Name of the floor a resource is located on.
|
CalendarResource |
CalendarResource.setFloorSection(String floorSection)
Name of the section within a floor a resource is located in.
|
CalendarResource |
CalendarResource.setGeneratedResourceName(String generatedResourceName)
The read-only auto-generated name of the calendar resource which includes metadata about the
resource such as building name, floor, capacity, etc.
|
CalendarResource |
CalendarResource.setKind(String kind)
The type of the resource.
|
CalendarResource |
CalendarResource.setResourceCategory(String resourceCategory)
The category of the calendar resource.
|
CalendarResource |
CalendarResource.setResourceDescription(String resourceDescription)
Description of the resource, visible only to admins.
|
CalendarResource |
CalendarResource.setResourceEmail(String resourceEmail)
The read-only email for the calendar resource.
|
CalendarResource |
CalendarResource.setResourceId(String resourceId)
The unique ID for the calendar resource.
|
CalendarResource |
CalendarResource.setResourceName(String resourceName)
The name of the calendar resource.
|
CalendarResource |
CalendarResource.setResourceType(String resourceType)
The type of the calendar resource, intended for non-room resources.
|
CalendarResource |
CalendarResource.setUserVisibleDescription(String userVisibleDescription)
Description of the resource, visible to users and admins.
|
Modifier and Type | Method and Description |
---|---|
List<CalendarResource> |
CalendarResources.getItems()
The CalendarResources in this page of results.
|
Modifier and Type | Method and Description |
---|---|
CalendarResources |
CalendarResources.setItems(List<CalendarResource> items)
The CalendarResources in this page of results.
|
Copyright © 2011–2021 Google. All rights reserved.