Package | Description |
---|---|
com.google.api.services.driveactivity.v2.model |
Modifier and Type | Method and Description |
---|---|
Owner |
Owner.clone() |
Owner |
DriveItem.getOwner()
Information about the owner of this Drive item.
|
Owner |
Owner.set(String fieldName,
Object value) |
Owner |
Owner.setDomain(Domain domain)
The domain of the Drive item owner.
|
Owner |
Owner.setDrive(DriveReference drive)
The drive that owns the item.
|
Owner |
Owner.setTeamDrive(TeamDriveReference teamDrive)
This field is deprecated; please use the `drive` field instead.
|
Owner |
Owner.setUser(User user)
The user that owns the Drive item.
|
Modifier and Type | Method and Description |
---|---|
DriveItem |
DriveItem.setOwner(Owner owner)
Information about the owner of this Drive item.
|
Copyright © 2011–2023 Google. All rights reserved.