Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf.mediaobject
Class MediaObjectDownloadRequest

java.lang.Object
  extended by com.oracle.e1.jdemf.JASRequestBase
      extended by com.oracle.e1.jdemf.mediaobject.MediaObject
          extended by 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


Constructor Summary
MediaObjectDownloadRequest()
           

 

Method Summary
 java.lang.String getDownloadURL()
           
 java.lang.String getFileName()
           
 int getHeight()
           
 int getSequence()
           
 int getWidth()
           
 void setDownloadURL(java.lang.String downloadURL)
           
 void setFileName(java.lang.String fileName)
           
 void setHeight(int height)
           
 void setSequence(int sequence)
           
 void setWidth(int width)
           

 

Methods inherited from class com.oracle.e1.jdemf.mediaobject.MediaObject
addMoKeyValue, getFormName, getMoKey, getMoStructure, getVersion, modifyJSON, setFormName, setMoKey, setMoStructure, setVersion

 

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

 

Constructor Detail

MediaObjectDownloadRequest

public MediaObjectDownloadRequest()

Method Detail

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

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.