public class Operation extends Object
| Constructor and Description |
|---|
Operation(String method,
String nickname,
String notes,
String summary,
String type,
Collection<String> produces,
Collection<String> consumes,
Collection<Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getConsumes() |
String |
getMethod() |
String |
getNickname() |
String |
getNotes() |
Collection<Parameter> |
getParameters() |
Collection<String> |
getProduces() |
String |
getSummary() |
String |
getType() |
public Operation(String method, String nickname, String notes, String summary, String type, Collection<String> produces, Collection<String> consumes, Collection<Parameter> parameters)
public String getMethod()
public String getNickname()
public String getNotes()
public String getSummary()
public String getType()
public Collection<String> getProduces()
public Collection<String> getConsumes()
public Collection<Parameter> getParameters()
Copyright © 2013–2015 Calrissian. All rights reserved.