public class Action extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Action.Builder |
static class |
Action.Method |
static class |
Action.Target |
| Modifier and Type | Method and Description |
|---|---|
Action.Method |
getMethod() |
Map<String,String> |
getParams() |
String |
getScript() |
Action.Target |
getTarget() |
String |
getUri() |
void |
setMethod(Action.Method method) |
void |
setParams(Map<String,String> params) |
void |
setScript(String script) |
void |
setTarget(Action.Target target) |
void |
setUri(String uri) |
public String getUri()
public void setUri(String uri)
public Action.Method getMethod()
public void setMethod(Action.Method method)
public String getScript()
public void setScript(String script)
public Action.Target getTarget()
public void setTarget(Action.Target target)
Copyright © 2013–2020 Adobe. All rights reserved.