@Retention(value=RUNTIME) public @interface RestRedirect
| Modifier and Type | Required Element and Description |
|---|---|
String |
commandName
Command identification for the redirection.
|
RestRedirect.OpType |
opType
Rest operation type that should trigger a redirect to an actual asadmin
command invocation
|
public abstract RestRedirect.OpType opType
public abstract String commandName
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.