public class Shared
extends Object
- See Also:
-
-
Nested Class Summary
Nested Classes
-
Method Summary
boolean
The owner of the drive item.
The scope of how the item is shared.
Who shared the drive item.
When the drive item was shared (in UTC).
int
-
Method Details
-
-
getOwner
The owner of the drive item.
-
getScope
The scope of how the item is shared. Valid values include:
- anonymous
- organization
- users
-
getSharedBy
Who shared the drive item.
-
getSharedDateTime
public String getSharedDateTime()
When the drive item was shared (in UTC).
-
-
-