public class Operation extends Object implements Serializable
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
Operation |
description(String description) |
String |
name() |
Operation |
name(String name) |
List<String> |
parameters() |
Operation |
parameters(List<String> parameters) |
Copyright © 2018. All rights reserved.