Class CloudAsset
- java.lang.Object
-
- com.adobe.pdfservices.operation.io.CloudAsset
-
-
Constructor Summary
Constructors Constructor Description CloudAsset(String assetId)
Constructs an instance ofCloudAsset
.CloudAsset(String assetId, String downloadURI)
Constructs an instance ofCloudAsset
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAssetId()
Returns the assetId of the asset.String
getDownloadURI()
Returns the downloadURI of the asset.
-
-
-
Constructor Detail
-
CloudAsset
public CloudAsset(String assetId)
Constructs an instance ofCloudAsset
.- Parameters:
assetId
- assetId of the asset.
-
-