public final class DocumentsShareDocumentResponseInheritedAcls extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
DocumentsShareDocumentResponseInheritedAclsEntries[] |
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
|
DocumentsShareDocumentResponseInheritedAclsOwner |
owner |
Information about the document owner
|
String |
visibility |
A description string indicating whether the folder is public or private.
|
| Constructor | Description |
|---|---|
DocumentsShareDocumentResponseInheritedAcls() |
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsShareDocumentResponseInheritedAclsEntries[] |
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
|
DocumentsShareDocumentResponseInheritedAclsOwner |
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 DocumentsShareDocumentResponseInheritedAclsEntries[] entries
public DocumentsShareDocumentResponseInheritedAclsOwner owner
public String id
public String name
public String href
public DocumentsShareDocumentResponseInheritedAcls()
public final String getObjectId()
public final Number getObjectType()
public final Number getObjectName()
public final String getVisibility()
public final DocumentsShareDocumentResponseInheritedAclsEntries[] getEntries()
public final DocumentsShareDocumentResponseInheritedAclsOwner getOwner()
public final String getId()
public final String getName()
public final String getHref()
Copyright © 2021. All rights reserved.