public final class DocumentsShareDocumentResponseInheritedAclsEntries extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Boolean |
acceptOwnerTransfer |
For internal use
|
String |
email |
The email of the user, if the entryType is USER.
|
String |
entryId |
The ID of the entity to which this entry corresponds
|
Number |
entryType |
The type of entity to which the share entry applies.
|
String |
image |
For internal use
|
String |
name |
The name of the entity that the document is shared with
|
String |
objectId |
The ID of the parent folder
|
Boolean |
pendingOwnerTransfer |
For internal use
|
Number |
permission |
Obsolete
|
String[] |
permissionSet |
The permissions for the parent folder that have been granted to the entity.
|
| Constructor | Description |
|---|---|
DocumentsShareDocumentResponseInheritedAclsEntries() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getAcceptOwnerTransfer() |
Get For internal use
|
String |
getEmail() |
Get The email of the user, if the entryType is USER.
|
String |
getEntryId() |
Get The ID of the entity to which this entry corresponds
|
Number |
getEntryType() |
Get The type of entity to which the share entry applies.
|
String |
getImage() |
Get For internal use
|
String |
getName() |
Get The name of the entity that the document is shared with
|
String |
getObjectId() |
Get The ID of the parent folder
|
Boolean |
getPendingOwnerTransfer() |
Get For internal use
|
Number |
getPermission() |
Get Obsolete
|
String[] |
getPermissionSet() |
Get The permissions for the parent folder that have been granted to the entity.
|
String |
toString() |
getOtherPropertiespublic String objectId
public String entryId
public Number entryType
public String email
public String name
public String[] permissionSet
public Number permission
public String image
public Boolean pendingOwnerTransfer
public Boolean acceptOwnerTransfer
public DocumentsShareDocumentResponseInheritedAclsEntries()
public final String getObjectId()
public final String getEntryId()
public final Number getEntryType()
public final String getEmail()
public final String getName()
public final String[] getPermissionSet()
public final Number getPermission()
public final String getImage()
public final Boolean getPendingOwnerTransfer()
public final Boolean getAcceptOwnerTransfer()
Copyright © 2021. All rights reserved.