LinkFileGroupPermission
Extends:
Link file group permission item resource object representing a link file group permission.
Constructor Summary
| Public Constructor | ||
| public | constructor(url: string, auth: Object) Constructor | |
Method Summary
| Public Methods | ||
| public | Make a DELETE request to delete this link file group permission item resource through the REST API. | |
| public | Fetch the group associated to the group permission item from the REST API. | |
| public | getLinkFile(timeout: number): Promise<FileBrowserFolderLinkFile> Fetch the link file associated to the group permission item from the REST API. | |
| public | Make a PUT request to modify this link file group permission item resource through the REST API. | |
Inherited Summary
| From class Resource | ||
| public static | Helper method to make a deep copy clone of the passed object resource. | |
| public get | Return true if the resource object contains any data. | |
| public |  | |
| public |  | |
| public |  | |
| public |  | |
| public | Make a deep copy clone of this object resource. | |
| From class ItemResource | ||
| public get | Get the item's data object (REST API descriptors). | |
| public | collection: * | |
| public | Fetch this item resource from the REST API. | |
| public | getPUTParameters(): string[] Get an array of parameter names that can be used as properties of the data object in PUT requests. | |
| private | Internal helper method to make a DELETE request to this item resource through the REST API. | |
| private | _getResource(linkRelation: string, ResourceClass: Object, searchParams: Object, timeout: number): Promise<ResourceClass> Internal method to fetch a related resource from the REST API that is referenced by a link relation within the item object. | |
| private | Internal helper method to make a PUT request to this item resource through the REST API. | |
Public Constructors
Public Methods
public delete(timeout: number): Promise source
Make a DELETE request to delete this link file group permission item resource through the REST API.
Params:
| Name | Type | Attribute | Description | 
| timeout | number | 
 | request timeout | 
public getGroup(timeout: number): Promise<Group> source
Fetch the group associated to the group permission item from the REST API.
Params:
| Name | Type | Attribute | Description | 
| timeout | number | 
 | request timeout | 
public getLinkFile(timeout: number): Promise<FileBrowserFolderLinkFile> source
Fetch the link file associated to the group permission item from the REST API.
Params:
| Name | Type | Attribute | Description | 
| timeout | number | 
 | request timeout | 
Return:
| Promise<FileBrowserFolderLinkFile> | JS Promise, resolves to a  | 
