FileDownloadOperationDescriptor

Describes the details of a file that is downloaded.

Since

7.3

Functions

Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human consumable display name for the operation.
Link copied to clipboard
abstract fun getName(): String
Returns the name of the operation.
Link copied to clipboard
@Nullable
abstract fun getParent(): @Nullable OperationDescriptor
Returns the parent operation, if any.
Link copied to clipboard
abstract fun getUri(): URI
Returns the URI that the file is downloaded from.