new Token()
Create a new instance of CustomList
- Source:
- UserAccess/Token.js, line 34
- See:
Properties:
Name | Type | Description |
---|---|---|
title |
String | title of the CustomList |
author |
User | Contains the author's information. |
updated |
Date | The updated date and time |
project |
Object | CustomList's project |
content |
String | Contains the content data |
contentContentType |
String | Contains content type |
Methods
-
generateUrl()
-
Overrides Resource's generateUrl method to return the request url
- Source:
- UserAccess/Token.js, line 60
- See:
-
loadPreset()
-
Overrides Resource's loadPreset method.
- Source:
- UserAccess/Token.js, line 54
- See:
-
loadSet(rObject)
-
Overrides Resource's loadSet method to set local variables after request.
Parameters:
Name Type Description rObject
json JSON representation of the loaded data. - Source:
- UserAccess/Token.js, line 70
- See: