Class UploadInformation
java.lang.Object
com.amilesend.discogs.model.inventory.type.UploadInformation
- Direct Known Subclasses:
AddInventoryResponse, ChangeInventoryResponse, DeleteInventoryResponse
The response when uploading a file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUploadInformation.UploadInformationBuilder<C extends UploadInformation, B extends UploadInformation.UploadInformationBuilder<C,B>> -
Method Summary
Modifier and TypeMethodDescriptionstatic UploadInformation.UploadInformationBuilder<?, ?> builder()booleanThe name of the file that was uploaded.The resource location URL.inthashCode()toString()
-
Method Details
-
builder
-
getFilename
The name of the file that was uploaded. -
getLocation
The resource location URL. -
equals
-
hashCode
-
toString
-