public class Method extends Object
| Constructor and Description |
|---|
Method(HttpMethod method,
String methodName,
String path,
List<ApiParameter> apiParameters,
List<ApiResponseMessage> responseMessages,
String summary,
String notes,
String returnType,
String returnTypeFormat,
String returnTypeItemsRef,
String returnTypeItemsType,
String returnTypeItemsFormat,
List<String> consumes,
List<String> produces,
OperationAuthorizations authorizations,
boolean deprecated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
OperationAuthorizations |
getAuthorizations()
This gets the authorizations
|
List<String> |
getConsumes()
This gets the consumes
|
HttpMethod |
getMethod() |
String |
getMethodName() |
String |
getNotes()
This gets the notes
|
List<ApiParameter> |
getParameters() |
String |
getPath() |
List<String> |
getProduces()
This gets the produces
|
List<ApiResponseMessage> |
getResponseMessages() |
String |
getReturnType()
This gets the returnType
|
String |
getReturnTypeFormat()
This gets the returnTypeFormat
|
String |
getReturnTypeItemsFormat()
This gets the returnTypeItemsFormat
|
String |
getReturnTypeItemsRef()
This gets the returnTypeItemsRef
|
String |
getReturnTypeItemsType()
This gets the returnTypeItemsType
|
String |
getSummary()
This gets the summary
|
int |
hashCode() |
boolean |
isDeprecated()
This gets the deprecated
|
boolean |
isSubResource() |
String |
toString() |
public Method(HttpMethod method, String methodName, String path, List<ApiParameter> apiParameters, List<ApiResponseMessage> responseMessages, String summary, String notes, String returnType, String returnTypeFormat, String returnTypeItemsRef, String returnTypeItemsType, String returnTypeItemsFormat, List<String> consumes, List<String> produces, OperationAuthorizations authorizations, boolean deprecated)
public HttpMethod getMethod()
public String getMethodName()
public String getPath()
public List<ApiParameter> getParameters()
public List<ApiResponseMessage> getResponseMessages()
public String getSummary()
public String getNotes()
public String getReturnType()
public String getReturnTypeFormat()
public String getReturnTypeItemsRef()
public String getReturnTypeItemsType()
public String getReturnTypeItemsFormat()
public boolean isSubResource()
public OperationAuthorizations getAuthorizations()
public boolean isDeprecated()
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.