Class DTOAttachmentURL
java.lang.Object
overit.geocallapp.wfm.core.rs5.attachment.DTOAttachmentURL
DTO for attachment URL.
- Since:
- 19.0
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPresignedUrl(String presignedUrl) Sets the presigned url for the attachment.
-
Constructor Details
-
DTOAttachmentURL
public DTOAttachmentURL()
-
-
Method Details
-
setPresignedUrl
Sets the presigned url for the attachment.- Parameters:
presignedUrl- the presigned url for the attachment
-