Class ExternalAsset
- java.lang.Object
-
- com.adobe.pdfservices.operation.io.ExternalAsset
-
-
Constructor Summary
Constructors Constructor Description ExternalAsset(String uri)Constructs an instance ofExternalAsset.ExternalAsset(String uri, ExternalStorageType externalStorageType)Constructs an instance ofExternalAsset.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalStorageTypegetExternalStorageType()Returns the externalStorageType of the external asset.StringgetUri()Returns the URI of the external asset.
-
-
-
Constructor Detail
-
ExternalAsset
public ExternalAsset(String uri)
Constructs an instance ofExternalAsset.- Parameters:
uri- URI of the external asset.
-
ExternalAsset
public ExternalAsset(String uri, ExternalStorageType externalStorageType)
Constructs an instance ofExternalAsset.- Parameters:
uri- URI of the external asset.externalStorageType- external storage type.
-
-
Method Detail
-
getUri
public String getUri()
Returns the URI of the external asset.- Returns:
- URI of the external asset.
-
getExternalStorageType
public ExternalStorageType getExternalStorageType()
Returns the externalStorageType of the external asset.- Returns:
- external storage type of the external asset.
-
-