Class ResponseDocumentUploadUrl
-
- All Implemented Interfaces:
public final class ResponseDocumentUploadUrl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classResponseDocumentUploadUrl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringpreSignedUrlprivate final StringreferenceIdpublic final static ResponseDocumentUploadUrl.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ResponseDocumentUploadUrl(String preSignedUrl, String referenceId)
-
Method Summary
Modifier and Type Method Description final StringgetPreSignedUrl()final StringgetReferenceId()-
-
Method Detail
-
getPreSignedUrl
final String getPreSignedUrl()
-
getReferenceId
final String getReferenceId()
-
-
-
-