public final class FoldersGetAclResponseEntries 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
|
String |
entryState |
The state of user to which the share entry applies, if a user.
|
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 object is shared with
|
String |
objectId |
The ID of the object
|
Boolean |
pendingOwnerTransfer |
For internal use
|
Number |
permission |
Obsolete
|
String[] |
permissionSet |
The permissions for the object that have been granted to the entity.
|
| Constructor | Description |
|---|---|
FoldersGetAclResponseEntries() |
| 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
|
String |
getEntryState() |
Get The state of user to which the share entry applies, if a user.
|
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 object is shared with
|
String |
getObjectId() |
Get The ID of the object
|
Boolean |
getPendingOwnerTransfer() |
Get For internal use
|
Number |
getPermission() |
Get Obsolete
|
String[] |
getPermissionSet() |
Get The permissions for the object that have been granted to the entity.
|
String |
toString() |
getOtherPropertiespublic String objectId
public String entryId
public Number entryType
public String entryState
public String email
public String name
public String[] permissionSet
public Number permission
public String image
public Boolean pendingOwnerTransfer
public Boolean acceptOwnerTransfer
public final String getObjectId()
public final String getEntryId()
public final Number getEntryType()
public final String getEntryState()
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.