Class DTOPresignedURL

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.docshare.documents.rs1.file.DTOPresignedURL
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOPresignedURL extends DynO
DTO used to retrieve the presigned URL to upload/download a file.
Since:
14.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOPresignedURL

      public DTOPresignedURL()
  • Method Details

    • getPresignedUrl

      public final String getPresignedUrl()
      Gets the presigned url.
      Returns:
      the presigned url
    • setPresignedUrl

      public final void setPresignedUrl(String presignedUrl)
      Sets the presigned url.
      Parameters:
      presignedUrl - the new presigned url