Custom Refy Link

constructor()

Constructor to init the CustomRefyLink class No-any params required


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 to init the CustomRefyLink class

Parameters

id

The identifier of the link

owner

The owner of the link

title

The title of the link

description

The description of the link

referenceLink

The link reference value

uniqueAccess

: whether the link, when requested for the first time, must be deleted and no more accessible

expiredTime

: if set, when the link expires and automatically deleted

resources

The resources to share with the link

fields

The fields used to protect the resources with a validation form

previewToken

The token used to entry in the preview mode