public interface Performable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPerformable()
Returns false if perform() is not implemented or otherwise it cannot be called.
|
Object |
perform(Object... args) |
boolean isPerformable()
Object perform(Object... args) throws RestApiException
RestApiExceptionCopyright © 2013. All rights reserved.