public class MediaObjectDownloadRequest
extends MediaObject
MediaObjectDownloadRequest is the input to the media object download operation
downloadURL - (String)(Optional) if you requested this value from the list request, send it to the server and it will save the step of fetching this URL, if you do not pass a value the URL will be fetched by AIS
sequence - (int) (Required) The sequence number of the attachment for this media object record
height - (int) (Optional) If the file you are downloading is an image the AIS server will scale the image to the requested width.
width - (int) (Optional) If the file you are downloading is an image the AIS server will scale the image to the requested height.
fileName - (String) (Required) Provide a name for the downloaded file, if desired you can use the same name returned in the list response