Class FileDownloadableLink

java.lang.Object
software.xdev.brevo.model.FileDownloadableLink

public class FileDownloadableLink extends Object
Downloadable file link
  • Field Details

  • Constructor Details

    • FileDownloadableLink

      public FileDownloadableLink()
  • Method Details

    • fileUrl

      public FileDownloadableLink fileUrl(@Nullable String fileUrl)
    • getFileUrl

      @Nullable public String getFileUrl()
      A unique link to download the requested file.
      Returns:
      fileUrl
    • setFileUrl

      public void setFileUrl(@Nullable String fileUrl)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string