switched to 'retrieve' as the property for a bitstream's file url

This commit is contained in:
Art Lowel
2017-06-16 09:19:00 +02:00
parent 70c43b5fda
commit 4325e569fd
3 changed files with 4 additions and 9 deletions

View File

@@ -9,11 +9,6 @@ export class Bitstream extends DSpaceObject {
*/
size: number;
/**
* The relative path to this Bitstream's file
*/
url: string;
/**
* The mime type of this Bitstream
*/
@@ -40,7 +35,7 @@ export class Bitstream extends DSpaceObject {
owner: RemoteData<Item>;
/**
* The Bundle that owns this Bitstream
* The URL to retrieve this Bitstream's file
*/
retrieve: string;