Skip navigation links
com.oracle.e1.jdemf.mediaobject
Class MediaObjectDownloadRequest
java.lang.Object
com.oracle.e1.jdemf.JASRequestBase
com.oracle.e1.jdemf.mediaobject.MediaObject
com.oracle.e1.jdemf.mediaobject.MediaObjectDownloadRequest
-
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
Methods inherited from class com.oracle.e1.jdemf.JASRequestBase |
getDeviceName, getEnvironment, getJasserver, getRole, getSsoUniqueId, getToken, isSsoEnabled, setDeviceName, setEnvironment, setJasserver, setRole, setSsoEnabled, setSsoUniqueId, setToken |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaObjectDownloadRequest
public MediaObjectDownloadRequest()
setSequence
public void setSequence(int sequence)
getSequence
public int getSequence()
setDownloadURL
public void setDownloadURL(java.lang.String downloadURL)
getDownloadURL
public java.lang.String getDownloadURL()
setFileName
public void setFileName(java.lang.String fileName)
getFileName
public java.lang.String getFileName()
setHeight
public void setHeight(int height)
getHeight
public int getHeight()
setWidth
public void setWidth(int width)
getWidth
public int getWidth()
Skip navigation links
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.