Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf
Class ProcessingOptionRequest

java.lang.Object
  extended by com.oracle.e1.jdemf.JASRequestBase
      extended by com.oracle.e1.jdemf.ProcessingOptionRequest


public class ProcessingOptionRequest
extends JASRequestBase

ProcessingOptionRequest object will be serialized to JSON and sent as input to the AIS processingoption service.


Field Summary
static java.lang.String PO_SERVICE
           
static java.lang.String POST
           

 

Constructor Summary
ProcessingOptionRequest()
           

 

Method Summary
 java.lang.String getApplicationName()
           
 java.lang.String getVersion()
           
 void setApplicationName(java.lang.String applicationName)
           
 void setVersion(java.lang.String version)
           

 

Methods inherited from class com.oracle.e1.jdemf.JASRequestBase
getDeviceName, getEnvironment, getJasserver, getRole, getSsoUniqueId, getToken, isSsoEnabled, modifyJSON, 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

 

Field Detail

POST

public static final java.lang.String POST
See Also:
Constant Field Values

PO_SERVICE

public static final java.lang.String PO_SERVICE
See Also:
Constant Field Values

Constructor Detail

ProcessingOptionRequest

public ProcessingOptionRequest()

Method Detail

setApplicationName

public void setApplicationName(java.lang.String applicationName)

getApplicationName

public java.lang.String getApplicationName()

setVersion

public void setVersion(java.lang.String version)

getVersion

public java.lang.String getVersion()

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.