//library/com.uploadcare.android.library.api/UploadcareCopyFile
UploadcareCopyFile
[androidJvm] data class UploadcareCopyFile(type: String, result: String) : Parcelable
Result of the file copy operation
Constructors
| Name | Summary |
|---|---|
| UploadcareCopyFile | [androidJvm] fun UploadcareCopyFile(type: String, result: String) |
Functions
| Name | Summary |
|---|---|
| copy | [androidJvm] Content fun copy(type: String, result: String): UploadcareCopyFile |
| describeContents | [androidJvm] Content abstract fun describeContents(): Int |
| equals | [androidJvm] Content open operator override fun equals(other: Any?): Boolean |
| file | [androidJvm] Content fun file(client: UploadcareClient): UploadcareFile? |
| hashCode | [androidJvm] Content open override fun hashCode(): Int |
| toString | [androidJvm] Content open override fun toString(): String |
| type | [androidJvm] Content fun type(): CopyFileType |
| uri | [androidJvm] Content fun uri(client: UploadcareClient): URI? |
| writeToParcel | [androidJvm] Content abstract fun writeToParcel(p0: Parcel, p1: Int) |