@Immutable public static class WebService.Action extends Object
| Modifier and Type | Method and Description | 
|---|---|
| String | deprecatedKey() | 
| String | deprecatedSince() | 
| String | description() | 
| RequestHandler | handler() | 
| boolean | isInternal() | 
| boolean | isPost() | 
| String | key() | 
| WebService.Param | param(String key) | 
| Collection<WebService.Param> | params() | 
| String | path() | 
| URL | responseExample() | 
| String | responseExampleAsString() | 
| String | responseExampleFormat() | 
| String | since()Set if different than controller. | 
| String | toString() | 
public String deprecatedKey()
@CheckForNull public String description()
@CheckForNull public String since()
@CheckForNull public String deprecatedSince()
public boolean isPost()
public boolean isInternal()
public RequestHandler handler()
@CheckForNull public URL responseExample()
@CheckForNull public String responseExampleAsString()
@CheckForNull public String responseExampleFormat()
@CheckForNull public WebService.Param param(String key)
public Collection<WebService.Param> params()
Copyright © 2009–2016 SonarSource. All rights reserved.