public final class DocumentsGetAclResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
DocumentsGetAclResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsGetAclResponseEntries[] |
getEntries() |
Get The current share entries for the object.
|
String |
getHref() |
Get A URL referencing the API to get this structure
|
String |
getId() |
Get Not used
|
DocumentsGetAclResponseInheritedAcls[] |
getInheritedAcls() |
Get A list of parent objects from which this object inherits access rights.
|
Boolean |
getIsAdmin() |
Get True if the requesting user has RESHARE privileges on the object.
|
Boolean |
getIsPublic() |
Get True if the object is public
|
String |
getName() |
Get Not used
|
String |
getObjectId() |
Get The ID of the object
|
Number |
getObjectType() |
Get Set to the value 1, indicating the the objectId indicates a document, or 4, indicating that the objectId indicates a folder
|
DocumentsGetAclResponseOwner |
getOwner() |
Get Information about the object owner
|
Boolean |
getSharedWithSupport() |
Get True if the object is shared with support
|
String |
getVisibility() |
Get A description string indicating whether the object is public or private
|
DocumentsGetAclResponse |
refresh(Onshape onshape) |
Refresh this page of results
|
String |
toString() |
getOtherPropertiespublic final DocumentsGetAclResponse refresh(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final Boolean getIsPublic()
public final Boolean getIsAdmin()
public final Boolean getSharedWithSupport()
public final String getVisibility()
public final DocumentsGetAclResponseEntries[] getEntries()
public final String getObjectId()
public final Number getObjectType()
public final DocumentsGetAclResponseOwner getOwner()
public final String getId()
public final String getName()
public final String getHref()
public final DocumentsGetAclResponseInheritedAcls[] getInheritedAcls()
Copyright © 2021. All rights reserved.