public class Operation extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
OperationAuthorizations |
getAuthorizations()
This gets the authorizations
|
List<String> |
getConsumes()
This gets the consumes
|
String |
getDeprecated()
This gets the deprecated
|
String |
getFormat()
This gets the format
|
PropertyItems |
getItems()
This gets the items
|
HttpMethod |
getMethod() |
String |
getNickname() |
String |
getNotes() |
List<ApiParameter> |
getParameters() |
List<String> |
getProduces()
This gets the produces
|
List<ApiResponseMessage> |
getResponseMessages() |
String |
getSummary() |
String |
getType() |
int |
hashCode() |
String |
toString() |
public Operation(Method method)
public HttpMethod getMethod()
public String getNickname()
public String getType()
public String getFormat()
public PropertyItems getItems()
public List<ApiParameter> getParameters()
public List<ApiResponseMessage> getResponseMessages()
public String getSummary()
public String getNotes()
public OperationAuthorizations getAuthorizations()
public String getDeprecated()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.