CustomRefyLink
The CustomRefyLink class is useful to represent a custom Refy's link, useful to share resources and allowing to protect them with an authentication form with custom fields
Author
N7ghtm4r3 - Tecknobit
N7ghtm4r3 - Tecknobit
See also
Constructors
Link copied to clipboard
constructor()
Constructor used to init the CustomRefyLink class
constructor(id: String, owner: RefyUser, title: String, description: String, referenceLink: String, creationDate: Long, uniqueAccess: Boolean, expiredTime: ExpiredTime, resources: Map<String, String>, fields: Map<String, String>, previewToken: String)
Constructor used to init the CustomRefyLink class
Properties
Link copied to clipboard
collections the collections where the link is sharedLink copied to clipboard
description the description of the itemLink copied to clipboard
Link copied to clipboard
expiredTime if set, when the link expires and automatically deletedLink copied to clipboard
linkThumbnailPreview the url of the thumbnail preview of the linkLink copied to clipboard
previewToken the token used to entry in the preview modeLink copied to clipboard
referenceLink the link reference valueLink copied to clipboard
uniqueAccess whether the link, when requested for the first time, must be deleted and no more accessibleFunctions
Link copied to clipboard
Method to get collections instance
Link copied to clipboard
Method to get the ids of the collections
Link copied to clipboard
Method to get description instance
Link copied to clipboard
Method to get the expiration timestamp value
Link copied to clipboard
Method to get referenceLink instance
Link copied to clipboard
Method to get the ids of the teams
Link copied to clipboard
Method to get uniqueAccess instance
Link copied to clipboard
Method to get whether the resources are protected or not No-any params required