public final class DocumentsGetAclResponseInheritedAcls extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
DocumentsGetAclResponseInheritedAclsEntries[] |
entries |
The current share entries for the parent folder.
|
String |
href |
A URL referencing the API to get this structure
|
String |
id |
Not used
|
String |
name |
Not used
|
String |
objectId |
The ID of the parent folder that contributes access rights
|
Number |
objectName |
The name of the parent object
|
Number |
objectType |
Set to the value 4, indicating the the objectId identifies a folder
|
DocumentsGetAclResponseInheritedAclsOwner |
owner |
Information about the document owner
|
String |
visibility |
A description string indicating whether the folder is public or private.
|
| Constructor | Description |
|---|---|
DocumentsGetAclResponseInheritedAcls() |
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsGetAclResponseInheritedAclsEntries[] |
getEntries() |
Get The current share entries for the parent folder.
|
String |
getHref() |
Get A URL referencing the API to get this structure
|
String |
getId() |
Get Not used
|
String |
getName() |
Get Not used
|
String |
getObjectId() |
Get The ID of the parent folder that contributes access rights
|
Number |
getObjectName() |
Get The name of the parent object
|
Number |
getObjectType() |
Get Set to the value 4, indicating the the objectId identifies a folder
|
DocumentsGetAclResponseInheritedAclsOwner |
getOwner() |
Get Information about the document owner
|
String |
getVisibility() |
Get A description string indicating whether the folder is public or private.
|
String |
toString() |
getOtherPropertiespublic String objectId
public Number objectType
public Number objectName
public String visibility
public DocumentsGetAclResponseInheritedAclsEntries[] entries
public DocumentsGetAclResponseInheritedAclsOwner owner
public String id
public String name
public String href
public DocumentsGetAclResponseInheritedAcls()
public final String getObjectId()
public final Number getObjectType()
public final Number getObjectName()
public final String getVisibility()
public final DocumentsGetAclResponseInheritedAclsEntries[] getEntries()
public final DocumentsGetAclResponseInheritedAclsOwner getOwner()
public final String getId()
public final String getName()
public final String getHref()
Copyright © 2021. All rights reserved.