public static final class FoldersUnShareRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
FoldersUnShareResponse |
call(OnshapeDocument document,
String fid) |
Calls unShare method, Remove share permissions from folder
|
FoldersUnShareResponse |
call(String eid,
String fid) |
Calls unShare method, Remove share permissions from folder
|
Number |
entryType() |
Get The type of entity referenced by eid.
|
FoldersUnShareRequest.Builder |
entryType(Number value) |
Set The type of entity referenced by eid.
|
public final Number entryType()
public final FoldersUnShareRequest.Builder entryType(Number value)
value - The type of entity referenced by eid. Valid values are 0=User, 1=Company, 2=Team, 4=Application.public final FoldersUnShareResponse call(String eid, String fid) throws OnshapeException
eid - Entry ID of the share entry to be deletedfid - Folder IDOnshapeException - On HTTP or serialization errorpublic final FoldersUnShareResponse call(OnshapeDocument document, String fid) throws OnshapeException
document - Document object from Onshape URL.fid - Folder IDOnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.