Package software.xdev.brevo.model
Class FileDownloadableLink
java.lang.Object
software.xdev.brevo.model.FileDownloadableLink
Downloadable file link
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA unique link to download the requested file.inthashCode()voidsetFileUrl(String fileUrl) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FILE_URL
- See Also:
-
-
Constructor Details
-
FileDownloadableLink
public FileDownloadableLink()
-
-
Method Details
-
fileUrl
-
getFileUrl
A unique link to download the requested file.- Returns:
- fileUrl
-
setFileUrl
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-